Html Css Color HEX #976460 Dark Chestnut

📋 copy color: '#976460'

red 151 ◦ green 100 ◦ blue 96

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

Shades of Dark Chestnut #976460

Tints of Dark Chestnut #976460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

 BLUE value IS 96 (37.89% from 255) = 27.67%

R = 43.52%
G = 28.82%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#976460 (or 0x976460) is known color: Dark Chestnut. HEX triplet: 97, 64 and 60. RGB value is (151,100,96). Sum of RGB (Red+Green+Blue) = 151+100+96=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #976460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976460 is #689B9F. Grayscale: #727272. Windows color (decimal): -6855584 or 6317207. OLE color: 6317207.

HSL color Cylindrical-coordinate representation of color #976460: hue angle of 4.36º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976460 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 100 96 -
CMYK 0 0.34 0.36 0.41
HSL 4.36º 0.22% 0.48% -
HSV(B) 4.36º 0.36% 0.59% -
XYZ 19.43 16.54 13.23 -
YUV 114.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 151 100 96 0 0.34 0.36 0.41 4.36 0.22 0.48
Hex 97 64 60 0 22 24 29 4 16 30
Octal 227 144 140 0 42 44 51 4 26 60
Binary 10010111 1100100 1100000 0 100010 100100 101001 100 10110 110000

Color Harmonies of #976460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976460

Black with #976460

Text Example


Text Example

White with #976460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976460; }

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

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

background-color css

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

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

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

border-color css

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

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

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