Html Css Color HEX #976560 Dark Chestnut

📋 copy color: '#976560'

red 151 ◦ green 101 ◦ blue 96

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

Shades of Dark Chestnut #976560

Tints of Dark Chestnut #976560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 43.39%
G = 29.02%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#976560 (or 0x976560) is known color: Dark Chestnut. HEX triplet: 97, 65 and 60. RGB value is (151,101,96). Sum of RGB (Red+Green+Blue) = 151+101+96=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #976560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976560 is #689A9F. Grayscale: #737373. Windows color (decimal): -6855328 or 6317463. OLE color: 6317463.

HSL color Cylindrical-coordinate representation of color #976560: hue angle of 5.45º 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 #976560 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 101 96 -
CMYK 0 0.33 0.36 0.41
HSL 5.45º 0.22% 0.48% -
HSV(B) 5.45º 0.36% 0.59% -
XYZ 19.53 16.73 13.27 -
YUV 115.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 151 101 96 0 0.33 0.36 0.41 5.45 0.22 0.48
Hex 97 65 60 0 21 24 29 5 16 30
Octal 227 145 140 0 41 44 51 5 26 60
Binary 10010111 1100101 1100000 0 100001 100100 101001 101 10110 110000

Color Harmonies of #976560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976560

Black with #976560

Text Example


Text Example

White with #976560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976560; }

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

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

background-color css

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

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

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

border-color css

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

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

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