Html Css Color HEX #9C7069 Dark Chestnut

📋 copy color: '#9C7069'

red 156 ◦ green 112 ◦ blue 105

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

Shades of Dark Chestnut #9C7069

Tints of Dark Chestnut #9C7069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 41.82%
G = 30.03%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C7069 (or 0x9C7069) is known color: Dark Chestnut. HEX triplet: 9C, 70 and 69. RGB value is (156,112,105). Sum of RGB (Red+Green+Blue) = 156+112+105=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7069 is #638F96. Grayscale: #7C7C7C. Windows color (decimal): -6524823 or 6910108. OLE color: 6910108.

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

Color convert

RGB 156 112 105 -
CMYK 0 0.28 0.33 0.39
HSL 8.24º 0.2% 0.51% -
HSV(B) 8.24º 0.33% 0.61% -
XYZ 22.05 19.68 16 -
YUV 124.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 156 112 105 0 0.28 0.33 0.39 8.24 0.2 0.51
Hex 9C 70 69 0 1C 21 27 8 14 33
Octal 234 160 151 0 34 41 47 10 24 63
Binary 10011100 1110000 1101001 0 11100 100001 100111 1000 10100 110011

Color Harmonies of #9C7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7069

Black with #9C7069

Text Example


Text Example

White with #9C7069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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