Html Css Color HEX #9C6860 Dark Chestnut

📋 copy color: '#9C6860'

red 156 ◦ green 104 ◦ blue 96

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

Shades of Dark Chestnut #9C6860

Tints of Dark Chestnut #9C6860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

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

R = 43.82%
G = 29.21%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9C6860 (or 0x9C6860) is known color: Dark Chestnut. HEX triplet: 9C, 68 and 60. RGB value is (156,104,96). Sum of RGB (Red+Green+Blue) = 156+104+96=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6860 is #63979F. Grayscale: #767676. Windows color (decimal): -6526880 or 6318236. OLE color: 6318236.

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

Color convert

RGB 156 104 96 -
CMYK 0 0.33 0.38 0.39
HSL 0.24% 0.49% -
HSV(B) 0.38% 0.61% -
XYZ 20.77 17.81 13.41 -
YUV 118.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 156 104 96 0 0.33 0.38 0.39 8 0.24 0.49
Hex 9C 68 60 0 21 26 27 8 18 31
Octal 234 150 140 0 41 46 47 10 30 61
Binary 10011100 1101000 1100000 0 100001 100110 100111 1000 11000 110001

Color Harmonies of #9C6860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6860

Black with #9C6860

Text Example


Text Example

White with #9C6860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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