#9B625D

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

Shades of Dark Chestnut #9B625D

Tints of Dark Chestnut #9B625D

Color information

#9B625D (or 0x9B625D) is unknown color: approx Dark Chestnut. HEX triplet: 9B, 62 and 5D. RGB value is (155,98,93). Sum of RGB (Red+Green+Blue) = 155+98+93=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B625D is #649DA2. Grayscale: #727272. Windows color (decimal): -6593955 or 6120091. OLE color: 6120091.

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

Color convert

RGB1559893-
CMYK00.370.40.39
HSL4.84º25%48.63%-
HSV(B)4.84º40%60.78%-
XYZ19.8616.4912.49-
YUV114.47115.88156.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=44.80%
G=28.32%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155989300.370.40.394.842548.63
Hex9B625D025282751931
Octal233142135045504753161
Binary1001101111000101011101010010110100010011110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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