#998674

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

Shades of Almond Frost #998674

Tints of Almond Frost #998674

Color information

#998674 (or 0x998674) is unknown color: approx Almond Frost. HEX triplet: 99, 86 and 74. RGB value is (153,134,116). Sum of RGB (Red+Green+Blue) = 153+134+116=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #998674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998674 is #66798B. Grayscale: #898989. Windows color (decimal): -6715788 or 7636633. OLE color: 7636633.

HSL color Cylindrical-coordinate representation of color #998674: hue angle of 29.19º 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 #998674 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153134116-
CMYK00.120.240.4
HSL29.19º15.35%52.75%-
HSV(B)29.19º24.18%60%-
XYZ24.8125.0820.06-
YUV137.63115.79138.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=37.97%
G=33.25%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313411600.120.240.429.1915.3552.75
Hex9986740C18281df35
Octal2312061640143050351765
Binary100110011000011011101000110011000101000111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998674; }

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

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

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

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

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

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

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

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