Html Css Color HEX #9C7068 Dark Chestnut

📋 copy color: '#9C7068'

red 156 ◦ green 112 ◦ blue 104

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

Shades of Dark Chestnut #9C7068

Tints of Dark Chestnut #9C7068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 41.94%
G = 30.11%
B = 27.96%

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

#9C7068 (or 0x9C7068) is known color: Dark Chestnut. HEX triplet: 9C, 70 and 68. RGB value is (156,112,104). Sum of RGB (Red+Green+Blue) = 156+112+104=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7068 is #638F97. Grayscale: #7C7C7C. Windows color (decimal): -6524824 or 6844572. OLE color: 6844572.

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

Color convert

RGB 156 112 104 -
CMYK 0 0.28 0.33 0.39
HSL 9.23º 0.21% 0.51% -
HSV(B) 9.23º 0.33% 0.61% -
XYZ 22 19.66 15.73 -
YUV 124.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 156 112 104 0 0.28 0.33 0.39 9.23 0.21 0.51
Hex 9C 70 68 0 1C 21 27 9 15 33
Octal 234 160 150 0 34 41 47 11 25 63
Binary 10011100 1110000 1101000 0 11100 100001 100111 1001 10101 110011

Color Harmonies of #9C7068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7068

Black with #9C7068

Text Example


Text Example

White with #9C7068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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