#9B6B5E

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

Shades of Dark Chestnut #9B6B5E

Tints of Dark Chestnut #9B6B5E

Color information

#9B6B5E (or 0x9B6B5E) is unknown color: approx Dark Chestnut. HEX triplet: 9B, 6B and 5E. RGB value is (155,107,94). Sum of RGB (Red+Green+Blue) = 155+107+94=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6B5E is #6494A1. Grayscale: #777777. Windows color (decimal): -6591650 or 6187931. OLE color: 6187931.

HSL color Cylindrical-coordinate representation of color #9B6B5E: hue angle of 12.79º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B6B5E is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB15510794-
CMYK00.310.390.39
HSL12.79º24.5%48.82%-
HSV(B)12.79º39.35%60.78%-
XYZ20.818.2913.02-
YUV119.87113.4153.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 107 (42.19% from 255) = 30.06%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=43.54%
G=30.06%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551079400.310.390.3912.7924.548.82
Hex9B6B5E01F2727d1831
Octal2331531360374747153061
Binary1001101111010111011110011111100111100111110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,107,94); }

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

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

 a { background-color: rgb(155,107,94); }

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

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

 span { border-color: rgb(155,107,94); }

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