Html Css Color HEX #9C6C60 Dark Chestnut

📋 copy color: '#9C6C60'

red 156 ◦ green 108 ◦ blue 96

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

Shades of Dark Chestnut #9C6C60

Tints of Dark Chestnut #9C6C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30%

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 43.33%
G = 30%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9C6C60 (or 0x9C6C60) is known color: Dark Chestnut. HEX triplet: 9C, 6C and 60. RGB value is (156,108,96). Sum of RGB (Red+Green+Blue) = 156+108+96=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6C60 is #63939F. Grayscale: #797979. Windows color (decimal): -6525856 or 6319260. OLE color: 6319260.

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

Color convert

RGB 156 108 96 -
CMYK 0 0.31 0.38 0.39
HSL 12º 0.24% 0.49% -
HSV(B) 12º 0.38% 0.61% -
XYZ 21.18 18.64 13.55 -
YUV 120.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 156 108 96 0 0.31 0.38 0.39 12 0.24 0.49
Hex 9C 6C 60 0 1F 26 27 C 18 31
Octal 234 154 140 0 37 46 47 14 30 61
Binary 10011100 1101100 1100000 0 11111 100110 100111 1100 11000 110001

Color Harmonies of #9C6C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6C60

Black with #9C6C60

Text Example


Text Example

White with #9C6C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,108,96); }

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

background-color css

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

 a { background-color: rgb(156,108,96); }

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

border-color css

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

 span { border-color: rgb(156,108,96); }

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