#998673

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

Shades of Almond Frost #998673

Tints of Almond Frost #998673

Color information

#998673 (or 0x998673) is unknown color: approx Almond Frost. HEX triplet: 99, 86 and 73. RGB value is (153,134,115). Sum of RGB (Red+Green+Blue) = 153+134+115=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #998673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998673 is #66798C. Grayscale: #898989. Windows color (decimal): -6715789 or 7571097. OLE color: 7571097.

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

Color convert

RGB153134115-
CMYK00.120.250.4
HSL30º15.7%52.55%-
HSV(B)30º24.84%60%-
XYZ24.7625.0619.75-
YUV137.52115.29139.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 28.61%
R=38.06%
G=33.33%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313411500.120.250.43015.752.55
Hex9986730C19281e1035
Octal2312061630143150362065
Binary1001100110000110111001101100110011010001111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998673; }

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

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

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

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

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

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

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

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