Html Css Color HEX #9C726C Dark Chestnut

📋 copy color: '#9C726C'

red 156 ◦ green 114 ◦ blue 108

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

Shades of Dark Chestnut #9C726C

Tints of Dark Chestnut #9C726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.16%

 BLUE value IS 108 (42.58% from 255) = 28.57%

R = 41.27%
G = 30.16%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C726C (or 0x9C726C) is known color: Dark Chestnut. HEX triplet: 9C, 72 and 6C. RGB value is (156,114,108). Sum of RGB (Red+Green+Blue) = 156+114+108=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C726C is #638D93. Grayscale: #7D7D7D. Windows color (decimal): -6524308 or 7107228. OLE color: 7107228.

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

Color convert

RGB 156 114 108 -
CMYK 0 0.27 0.31 0.39
HSL 7.5º 0.2% 0.52% -
HSV(B) 7.5º 0.31% 0.61% -
XYZ 22.43 20.19 16.9 -
YUV 125.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 156 114 108 0 0.27 0.31 0.39 7.5 0.2 0.52
Hex 9C 72 6C 0 1B 1F 27 8 14 34
Octal 234 162 154 0 33 37 47 10 24 64
Binary 10011100 1110010 1101100 0 11011 11111 100111 1000 10100 110100

Color Harmonies of #9C726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C726C

Black with #9C726C

Text Example


Text Example

White with #9C726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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