#9B645C

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

Shades of Dark Chestnut #9B645C

Tints of Dark Chestnut #9B645C

Color information

#9B645C (or 0x9B645C) is unknown color: approx Dark Chestnut. HEX triplet: 9B, 64 and 5C. RGB value is (155,100,92). Sum of RGB (Red+Green+Blue) = 155+100+92=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B645C is #649BA3. Grayscale: #737373. Windows color (decimal): -6593444 or 6055067. OLE color: 6055067.

HSL color Cylindrical-coordinate representation of color #9B645C: hue angle of 7.62º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B645C is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15510092-
CMYK00.350.410.39
HSL7.62º25.51%48.43%-
HSV(B)7.62º40.65%60.78%-
XYZ20.0116.8612.32-
YUV115.53114.72156.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=44.67%
G=28.82%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551009200.350.410.397.6225.5148.43
Hex9B645C023292781a30
Octal2331441340435147103260
Binary10011011110010010111000100011101001100111100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,100,92); }

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

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

 a { background-color: rgb(155,100,92); }

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

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

 span { border-color: rgb(155,100,92); }

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