Html Css Color HEX #9C6D63 Dark Chestnut

📋 copy color: '#9C6D63'

red 156 ◦ green 109 ◦ blue 99

#9C6D63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #9C6D63

Tints of Dark Chestnut #9C6D63

RGB

 RED value IS 156 (61.33% from 255) = 42.86%

 GREEN value IS 109 (42.97% from 255) = 29.95%

 BLUE value IS 99 (39.06% from 255) = 27.2%

R = 42.86%
G = 29.95%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C6D63 (or 0x9C6D63) is known color: Dark Chestnut. HEX triplet: 9C, 6D and 63. RGB value is (156,109,99). Sum of RGB (Red+Green+Blue) = 156+109+99=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6D63 is #63929C. Grayscale: #7A7A7A. Windows color (decimal): -6525597 or 6516124. OLE color: 6516124.

HSL color Cylindrical-coordinate representation of color #9C6D63: hue angle of 10.53º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6D63 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 109 99 -
CMYK 0 0.30 0.37 0.39
HSL 10.53º 0.22% 0.5% -
HSV(B) 10.53º 0.37% 0.61% -
XYZ 21.43 18.91 14.32 -
YUV 121.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 156 109 99 0 0.30 0.37 0.39 10.53 0.22 0.5
Hex 9C 6D 63 0 1E 25 27 B 16 32
Octal 234 155 143 0 36 45 47 13 26 62
Binary 10011100 1101101 1100011 0 11110 100101 100111 1011 10110 110010

Color Harmonies of #9C6D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6D63

Black with #9C6D63

Text Example


Text Example

White with #9C6D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,109,99); }

 H1.HeaderClassName
 {
   color: #9C6D63;
 }
 .AnyTagClassName
 {
   color: #9C6D63;
 }
</style>

background-color css

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

 a { background-color: rgb(156,109,99); }

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

border-color css

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

 span { border-color: rgb(156,109,99); }

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