Html Css Color HEX #9D6F64 Dark Chestnut

📋 copy color: '#9D6F64'

red 157 ◦ green 111 ◦ blue 100

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

Shades of Dark Chestnut #9D6F64

Tints of Dark Chestnut #9D6F64

RGB

 RED value IS 157 (61.72% from 255) = 42.66%

 GREEN value IS 111 (43.75% from 255) = 30.16%

 BLUE value IS 100 (39.45% from 255) = 27.17%

R = 42.66%
G = 30.16%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9D6F64 (or 0x9D6F64) is known color: Dark Chestnut. HEX triplet: 9D, 6F and 64. RGB value is (157,111,100). Sum of RGB (Red+Green+Blue) = 157+111+100=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6F64 is #62909B. Grayscale: #7B7B7B. Windows color (decimal): -6459548 or 6582173. OLE color: 6582173.

HSL color Cylindrical-coordinate representation of color #9D6F64: hue angle of 11.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6F64 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 111 100 -
CMYK 0 0.29 0.36 0.38
HSL 11.58º 0.23% 0.5% -
HSV(B) 11.58º 0.36% 0.62% -
XYZ 21.89 19.46 14.66 -
YUV 123.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 157 111 100 0 0.29 0.36 0.38 11.58 0.23 0.5
Hex 9D 6F 64 0 1D 24 26 C 17 32
Octal 235 157 144 0 35 44 46 14 27 62
Binary 10011101 1101111 1100100 0 11101 100100 100110 1100 10111 110010

Color Harmonies of #9D6F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6F64

Black with #9D6F64

Text Example


Text Example

White with #9D6F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,111,100); }

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

background-color css

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

 a { background-color: rgb(157,111,100); }

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

border-color css

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

 span { border-color: rgb(157,111,100); }

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