#987664

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

Shades of Toast #987664

Tints of Toast #987664

Color information

#987664 (or 0x987664) is unknown color: approx Toast. HEX triplet: 98, 76 and 64. RGB value is (152,118,100). Sum of RGB (Red+Green+Blue) = 152+118+100=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #987664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987664 is #67899B. Grayscale: #7E7E7E. Windows color (decimal): -6785436 or 6583960. OLE color: 6583960.

HSL color Cylindrical-coordinate representation of color #987664: hue angle of 20.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #987664 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB152118100-
CMYK00.220.340.40
HSL20.77º20.63%49.41%-
HSV(B)20.77º34.21%59.61%-
XYZ21.7320.5514.88-
YUV126.11113.26146.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 100 (39.45% from 255) = 27.03%
R=41.08%
G=31.89%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211810000.220.340.4020.7720.6349.41
Hex9876640162228151531
Octal2301661440264250252561
Binary10011000111011011001000101101000101010001010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987664; }

 p { color: rgb(152,118,100); }

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

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

 a { background-color: rgb(152,118,100); }

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

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

 span { border-color: rgb(152,118,100); }

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