#9B645D

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

Shades of Dark Chestnut #9B645D

Tints of Dark Chestnut #9B645D

Color information

#9B645D (or 0x9B645D) is unknown color: approx Dark Chestnut. HEX triplet: 9B, 64 and 5D. RGB value is (155,100,93). Sum of RGB (Red+Green+Blue) = 155+100+93=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B645D is #649BA2. Grayscale: #737373. Windows color (decimal): -6593443 or 6120603. OLE color: 6120603.

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

Color convert

RGB15510093-
CMYK00.350.40.39
HSL6.77º25%48.63%-
HSV(B)6.77º40%60.78%-
XYZ20.0516.8712.56-
YUV115.65115.22156.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.54%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=44.54%
G=28.74%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551009300.350.40.396.772548.63
Hex9B645D023282771931
Octal233144135043504773161
Binary1001101111001001011101010001110100010011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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