Html Css Color HEX #977066 Dark Chestnut

📋 copy color: '#977066'

red 151 ◦ green 112 ◦ blue 102

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

Shades of Dark Chestnut #977066

Tints of Dark Chestnut #977066

RGB

 RED value IS 151 (59.38% from 255) = 41.37%

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

 BLUE value IS 102 (40.23% from 255) = 27.95%

R = 41.37%
G = 30.68%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#977066 (or 0x977066) is known color: Dark Chestnut. HEX triplet: 97, 70 and 66. RGB value is (151,112,102). Sum of RGB (Red+Green+Blue) = 151+112+102=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #977066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977066 is #688F99. Grayscale: #7A7A7A. Windows color (decimal): -6852506 or 6713495. OLE color: 6713495.

HSL color Cylindrical-coordinate representation of color #977066: hue angle of 12.24º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977066 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 102 -
CMYK 0 0.26 0.32 0.41
HSL 12.24º 0.19% 0.5% -
HSV(B) 12.24º 0.32% 0.59% -
XYZ 20.95 19.13 15.16 -
YUV 122.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 151 112 102 0 0.26 0.32 0.41 12.24 0.19 0.5
Hex 97 70 66 0 1A 20 29 C 13 32
Octal 227 160 146 0 32 40 51 14 23 62
Binary 10010111 1110000 1100110 0 11010 100000 101001 1100 10011 110010

Color Harmonies of #977066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977066

Black with #977066

Text Example


Text Example

White with #977066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977066; }

 p { color: rgb(151,112,102); }

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

background-color css

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

 a { background-color: rgb(151,112,102); }

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

border-color css

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

 span { border-color: rgb(151,112,102); }

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