#998474

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

Shades of Almond Frost #998474

Tints of Almond Frost #998474

Color information

#998474 (or 0x998474) is unknown color: approx Almond Frost. HEX triplet: 99, 84 and 74. RGB value is (153,132,116). Sum of RGB (Red+Green+Blue) = 153+132+116=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #998474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998474 is #667B8B. Grayscale: #888888. Windows color (decimal): -6716300 or 7636121. OLE color: 7636121.

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

Color convert

RGB153132116-
CMYK00.140.240.4
HSL25.95º15.35%52.75%-
HSV(B)25.95º24.18%60%-
XYZ24.5424.5419.97-
YUV136.45116.46139.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=38.15%
G=32.92%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313211600.140.240.425.9515.3552.75
Hex9984740E18281af35
Octal2312041640163050321765
Binary100110011000010011101000111011000101000110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998474; }

 p { color: rgb(153,132,116); }

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

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

 a { background-color: rgb(153,132,116); }

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

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

 span { border-color: rgb(153,132,116); }

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