Html Css Color HEX #976A64 Dark Chestnut

📋 copy color: '#976A64'

red 151 ◦ green 106 ◦ blue 100

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

Shades of Dark Chestnut #976A64

Tints of Dark Chestnut #976A64

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

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

R = 42.3%
G = 29.69%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#976A64 (or 0x976A64) is known color: Dark Chestnut. HEX triplet: 97, 6A and 64. RGB value is (151,106,100). Sum of RGB (Red+Green+Blue) = 151+106+100=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #976A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976A64 is #68959B. Grayscale: #767676. Windows color (decimal): -6854044 or 6580887. OLE color: 6580887.

HSL color Cylindrical-coordinate representation of color #976A64: hue angle of 7.06º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976A64 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 106 100 -
CMYK 0 0.30 0.34 0.41
HSL 7.06º 0.2% 0.49% -
HSV(B) 7.06º 0.34% 0.59% -
XYZ 20.22 17.81 14.43 -
YUV 118.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 151 106 100 0 0.30 0.34 0.41 7.06 0.2 0.49
Hex 97 6A 64 0 1E 22 29 7 14 31
Octal 227 152 144 0 36 42 51 7 24 61
Binary 10010111 1101010 1100100 0 11110 100010 101001 111 10100 110001

Color Harmonies of #976A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A64

Black with #976A64

Text Example


Text Example

White with #976A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976A64; }

 p { color: rgb(151,106,100); }

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

background-color css

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

 a { background-color: rgb(151,106,100); }

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

border-color css

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

 span { border-color: rgb(151,106,100); }

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