Html Css Color HEX #976F60 Toast

📋 copy color: '#976F60'

red 151 ◦ green 111 ◦ blue 96

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

Shades of Toast #976F60

Tints of Toast #976F60

RGB

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

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

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

R = 42.18%
G = 31.01%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#976F60 (or 0x976F60) is known color: Toast. HEX triplet: 97, 6F and 60. RGB value is (151,111,96). Sum of RGB (Red+Green+Blue) = 151+111+96=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #976F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F60 is #68909F. Grayscale: #797979. Windows color (decimal): -6852768 or 6320023. OLE color: 6320023.

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

Color convert

RGB 151 111 96 -
CMYK 0 0.26 0.36 0.41
HSL 16.36º 0.22% 0.48% -
HSV(B) 16.36º 0.36% 0.59% -
XYZ 20.56 18.79 13.61 -
YUV 121.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 151 111 96 0 0.26 0.36 0.41 16.36 0.22 0.48
Hex 97 6F 60 0 1A 24 29 10 16 30
Octal 227 157 140 0 32 44 51 20 26 60
Binary 10010111 1101111 1100000 0 11010 100100 101001 10000 10110 110000

Color Harmonies of #976F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F60

Black with #976F60

Text Example


Text Example

White with #976F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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