Html Css Color HEX #976F5F Toast

📋 copy color: '#976F5F'

red 151 ◦ green 111 ◦ blue 95

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

Shades of Toast #976F5F

Tints of Toast #976F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.61%

R = 42.3%
G = 31.09%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#976F5F (or 0x976F5F) is known color: Toast. HEX triplet: 97, 6F and 5F. RGB value is (151,111,95). Sum of RGB (Red+Green+Blue) = 151+111+95=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #976F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F5F is #6890A0. Grayscale: #797979. Windows color (decimal): -6852769 or 6254487. OLE color: 6254487.

HSL color Cylindrical-coordinate representation of color #976F5F: hue angle of 17.14º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #976F5F is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 95 -
CMYK 0 0.26 0.37 0.41
HSL 17.14º 0.23% 0.48% -
HSV(B) 17.14º 0.37% 0.59% -
XYZ 20.51 18.77 13.37 -
YUV 121.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 151 111 95 0 0.26 0.37 0.41 17.14 0.23 0.48
Hex 97 6F 5F 0 1A 25 29 11 17 30
Octal 227 157 137 0 32 45 51 21 27 60
Binary 10010111 1101111 1011111 0 11010 100101 101001 10001 10111 110000

Color Harmonies of #976F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F5F

Black with #976F5F

Text Example


Text Example

White with #976F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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