#915F40

Color #915F40 Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #915F40

Tints of Rope #915F40

Color information

#915F40 (or 0x915F40) is unknown color: approx Rope. HEX triplet: 91, 5F and 40. RGB value is (145,95,64). Sum of RGB (Red+Green+Blue) = 145+95+64=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #915F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915F40 is #6EA0BF. Grayscale: #6A6A6A. Windows color (decimal): -7250112 or 4218769. OLE color: 4218769.

HSL color Cylindrical-coordinate representation of color #915F40: hue angle of 22.96º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #915F40 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB1459564-
CMYK00.340.560.43
HSL22.96º38.76%40.98%-
HSV(B)22.96º55.86%56.86%-
XYZ16.6914.576.78-
YUV106.42104.06155.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 64 (25.39% from 255) = 21.05%
R=47.70%
G=31.25%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145956400.340.560.4322.9638.7640.98
Hex915F40022382B172729
Octal2211371000427053274751
Binary1001000110111111000000010001011100010101110111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915F40; }

 p { color: rgb(145,95,64); }

 H1.HeaderClassName
 {
   color: #915F40;
 }
 .AnyTagClassName
 {
   color: #915F40;
 }
</style>
background-color css

<style>
 a { background-color: #915F40; }

 a { background-color: rgb(145,95,64); }

 div.DivClassName
 {
   background-color: #915F40;
 }
 .BgClassName
 {
   background-color: #915F40;
 }
</style>
border-color css

<style>
 span { border-color: #915F40; }

 span { border-color: rgb(145,95,64); }

 td.TdClassName
 {
   border-color: #915F40;
 }
 .TagClassName
 {
   border-color: #915F40;
 }
</style>