#998578

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

Shades of Almond Frost #998578

Tints of Almond Frost #998578

Color information

#998578 (or 0x998578) is unknown color: approx Almond Frost. HEX triplet: 99, 85 and 78. RGB value is (153,133,120). Sum of RGB (Red+Green+Blue) = 153+133+120=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #998578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998578 is #667A87. Grayscale: #898989. Windows color (decimal): -6716040 or 7898521. OLE color: 7898521.

HSL color Cylindrical-coordinate representation of color #998578: hue angle of 23.64º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #998578 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB153133120-
CMYK00.130.220.4
HSL23.64º13.92%53.53%-
HSV(B)23.64º21.57%60%-
XYZ24.9124.921.26-
YUV137.5118.13139.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=37.68%
G=32.76%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313312000.130.220.423.6413.9253.53
Hex9985780D162818e36
Octal2312051700152650301666
Binary100110011000010111110000110110110101000110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998578; }

 p { color: rgb(153,133,120); }

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

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

 a { background-color: rgb(153,133,120); }

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

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

 span { border-color: rgb(153,133,120); }

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