#9B665F

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

Shades of Dark Chestnut #9B665F

Tints of Dark Chestnut #9B665F

Color information

#9B665F (or 0x9B665F) is unknown color: approx Dark Chestnut. HEX triplet: 9B, 66 and 5F. RGB value is (155,102,95). Sum of RGB (Red+Green+Blue) = 155+102+95=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B665F is #6499A0. Grayscale: #757575. Windows color (decimal): -6592929 or 6252187. OLE color: 6252187.

HSL color Cylindrical-coordinate representation of color #9B665F: hue angle of 7º 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 #9B665F is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB15510295-
CMYK00.340.390.39
HSL24%49.02%-
HSV(B)38.71%60.78%-
XYZ20.3317.313.09-
YUV117.05115.56155.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=44.03%
G=28.98%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551029500.340.390.3972449.02
Hex9B665F022272771831
Octal233146137042474773061
Binary1001101111001101011111010001010011110011111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,102,95); }

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

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

 a { background-color: rgb(155,102,95); }

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

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

 span { border-color: rgb(155,102,95); }

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