#977469

Color #977469 Toast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toast #977469

Tints of Toast #977469

Color information

#977469 (or 0x977469) is unknown color: approx Toast. HEX triplet: 97, 74 and 69. RGB value is (151,116,105). Sum of RGB (Red+Green+Blue) = 151+116+105=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #977469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977469 is #688B96. Grayscale: #7D7D7D. Windows color (decimal): -6851479 or 6911127. OLE color: 6911127.

HSL color Cylindrical-coordinate representation of color #977469: hue angle of 14.35º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #977469 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB151116105-
CMYK00.230.300.41
HSL14.35º18.11%50.2%-
HSV(B)14.35º30.46%59.22%-
XYZ21.5620.0916.11-
YUV125.21116.6146.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=40.59%
G=31.18%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111610500.230.300.4114.3518.1150.2
Hex9774690171E29e1232
Octal2271641510273651162262
Binary100101111110100110100101011111110101001111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977469; }

 p { color: rgb(151,116,105); }

 H1.HeaderClassName
 {
   color: #977469;
 }
 .AnyTagClassName
 {
   color: #977469;
 }
</style>
background-color css

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

 a { background-color: rgb(151,116,105); }

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

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

 span { border-color: rgb(151,116,105); }

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