#9B6A62

Color #9B6A62 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #9B6A62

Tints of Dark Chestnut #9B6A62

Color information

#9B6A62 (or 0x9B6A62) is unknown color: approx Dark Chestnut. HEX triplet: 9B, 6A and 62. RGB value is (155,106,98). Sum of RGB (Red+Green+Blue) = 155+106+98=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6A62 is #64959D. Grayscale: #777777. Windows color (decimal): -6591902 or 6449819. OLE color: 6449819.

HSL color Cylindrical-coordinate representation of color #9B6A62: hue angle of 8.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6A62 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB15510698-
CMYK00.320.370.39
HSL8.42º22.53%49.61%-
HSV(B)8.42º36.77%60.78%-
XYZ20.8818.1613.96-
YUV119.74115.73153.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.18%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 98 (38.67% from 255) = 27.30%
R=43.18%
G=29.53%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551069800.320.370.398.4222.5349.61
Hex9B6A62020252781732
Octal2331521420404547102762
Binary10011011110101011000100100000100101100111100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B6A62; }

 p { color: rgb(155,106,98); }

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

<style>
 a { background-color: #9B6A62; }

 a { background-color: rgb(155,106,98); }

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

<style>
 span { border-color: #9B6A62; }

 span { border-color: rgb(155,106,98); }

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