Html Css Color HEX #976E5F Toast

📋 copy color: '#976E5F'

red 151 ◦ green 110 ◦ blue 95

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

Shades of Toast #976E5F

Tints of Toast #976E5F

RGB

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

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

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

R = 42.42%
G = 30.9%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#976E5F (or 0x976E5F) is known color: Toast. HEX triplet: 97, 6E and 5F. RGB value is (151,110,95). Sum of RGB (Red+Green+Blue) = 151+110+95=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #976E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E5F is #6891A0. Grayscale: #787878. Windows color (decimal): -6853025 or 6254231. OLE color: 6254231.

HSL color Cylindrical-coordinate representation of color #976E5F: hue angle of 16.07º 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 #976E5F is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 110 95 -
CMYK 0 0.27 0.37 0.41
HSL 16.07º 0.23% 0.48% -
HSV(B) 16.07º 0.37% 0.59% -
XYZ 20.4 18.56 13.33 -
YUV 120.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 151 110 95 0 0.27 0.37 0.41 16.07 0.23 0.48
Hex 97 6E 5F 0 1B 25 29 10 17 30
Octal 227 156 137 0 33 45 51 20 27 60
Binary 10010111 1101110 1011111 0 11011 100101 101001 10000 10111 110000

Color Harmonies of #976E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E5F

Black with #976E5F

Text Example


Text Example

White with #976E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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