#987164

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

Shades of Toast #987164

Tints of Toast #987164

Color information

#987164 (or 0x987164) is unknown color: approx Toast. HEX triplet: 98, 71 and 64. RGB value is (152,113,100). Sum of RGB (Red+Green+Blue) = 152+113+100=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #987164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987164 is #678E9B. Grayscale: #7B7B7B. Windows color (decimal): -6786716 or 6582680. OLE color: 6582680.

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

Color convert

RGB152113100-
CMYK00.260.340.40
HSL15º20.63%49.41%-
HSV(B)15º34.21%59.61%-
XYZ21.1519.4114.69-
YUV123.18114.92148.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=41.64%
G=30.96%
B=27.40%

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
Decimal15211310000.260.340.401520.6349.41
Hex98716401A2228f1531
Octal2301611440324250172561
Binary1001100011100011100100011010100010101000111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987164; }

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

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

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

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

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

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

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

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