Html Css Color HEX #976E5E Toast

📋 copy color: '#976E5E'

red 151 ◦ green 110 ◦ blue 94

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

Shades of Toast #976E5E

Tints of Toast #976E5E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.99%

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 42.54%
G = 30.99%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#976E5E (or 0x976E5E) is known color: Toast. HEX triplet: 97, 6E and 5E. RGB value is (151,110,94). Sum of RGB (Red+Green+Blue) = 151+110+94=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #976E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E5E is #6891A1. Grayscale: #787878. Windows color (decimal): -6853026 or 6188695. OLE color: 6188695.

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

Color convert

RGB 151 110 94 -
CMYK 0 0.27 0.38 0.41
HSL 16.84º 0.23% 0.48% -
HSV(B) 16.84º 0.38% 0.59% -
XYZ 20.36 18.54 13.1 -
YUV 120.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 151 110 94 0 0.27 0.38 0.41 16.84 0.23 0.48
Hex 97 6E 5E 0 1B 26 29 11 17 30
Octal 227 156 136 0 33 46 51 21 27 60
Binary 10010111 1101110 1011110 0 11011 100110 101001 10001 10111 110000

Color Harmonies of #976E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E5E

Black with #976E5E

Text Example


Text Example

White with #976E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,110,94); }

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

background-color css

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

 a { background-color: rgb(151,110,94); }

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

border-color css

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

 span { border-color: rgb(151,110,94); }

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