#9B665D

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

Shades of Dark Chestnut #9B665D

Tints of Dark Chestnut #9B665D

Color information

#9B665D (or 0x9B665D) is unknown color: approx Dark Chestnut. HEX triplet: 9B, 66 and 5D. RGB value is (155,102,93). Sum of RGB (Red+Green+Blue) = 155+102+93=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B665D is #6499A2. Grayscale: #747474. Windows color (decimal): -6592931 or 6121115. OLE color: 6121115.

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

Color convert

RGB15510293-
CMYK00.340.40.39
HSL8.71º25%48.63%-
HSV(B)8.71º40%60.78%-
XYZ20.2417.2612.62-
YUV116.82114.56155.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=44.29%
G=29.14%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551029300.340.40.398.712548.63
Hex9B665D022282791931
Octal2331461350425047113161
Binary10011011110011010111010100010101000100111100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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