#987064

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

Shades of Toast #987064

Tints of Toast #987064

Color information

#987064 (or 0x987064) is unknown color: approx Toast. HEX triplet: 98, 70 and 64. RGB value is (152,112,100). Sum of RGB (Red+Green+Blue) = 152+112+100=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #987064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987064 is #678F9B. Grayscale: #7A7A7A. Windows color (decimal): -6786972 or 6582424. OLE color: 6582424.

HSL color Cylindrical-coordinate representation of color #987064: hue angle of 13.85º 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 #987064 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB152112100-
CMYK00.260.340.40
HSL13.85º20.63%49.41%-
HSV(B)13.85º34.21%59.61%-
XYZ21.0419.1814.65-
YUV122.59115.25148.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=41.76%
G=30.77%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211210000.260.340.4013.8520.6349.41
Hex98706401A2228e1531
Octal2301601440324250162561
Binary1001100011100001100100011010100010101000111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987064; }

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

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

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

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

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

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

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

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