Html Css Color HEX #9C706A Dark Chestnut

📋 copy color: '#9C706A'

red 156 ◦ green 112 ◦ blue 106

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

Shades of Dark Chestnut #9C706A

Tints of Dark Chestnut #9C706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

 BLUE value IS 106 (41.8% from 255) = 28.34%

R = 41.71%
G = 29.95%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C706A (or 0x9C706A) is known color: Dark Chestnut. HEX triplet: 9C, 70 and 6A. RGB value is (156,112,106). Sum of RGB (Red+Green+Blue) = 156+112+106=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C706A is #638F95. Grayscale: #7C7C7C. Windows color (decimal): -6524822 or 6975644. OLE color: 6975644.

HSL color Cylindrical-coordinate representation of color #9C706A: hue angle of 7.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C706A is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 112 106 -
CMYK 0 0.28 0.32 0.39
HSL 7.2º 0.2% 0.51% -
HSV(B) 7.2º 0.32% 0.61% -
XYZ 22.11 19.7 16.27 -
YUV 124.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 156 112 106 0 0.28 0.32 0.39 7.2 0.2 0.51
Hex 9C 70 6A 0 1C 20 27 7 14 33
Octal 234 160 152 0 34 40 47 7 24 63
Binary 10011100 1110000 1101010 0 11100 100000 100111 111 10100 110011

Color Harmonies of #9C706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C706A

Black with #9C706A

Text Example


Text Example

White with #9C706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,112,106); }

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

background-color css

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

 a { background-color: rgb(156,112,106); }

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

border-color css

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

 span { border-color: rgb(156,112,106); }

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