#998672

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

Shades of Almond Frost #998672

Tints of Almond Frost #998672

Color information

#998672 (or 0x998672) is unknown color: approx Almond Frost. HEX triplet: 99, 86 and 72. RGB value is (153,134,114). Sum of RGB (Red+Green+Blue) = 153+134+114=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #998672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998672 is #66798D. Grayscale: #898989. Windows color (decimal): -6715790 or 7505561. OLE color: 7505561.

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

Color convert

RGB153134114-
CMYK00.120.250.4
HSL30.77º16.05%52.35%-
HSV(B)30.77º25.49%60%-
XYZ24.725.0419.45-
YUV137.4114.79139.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=38.15%
G=33.42%
B=28.43%

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
Decimal15313411400.120.250.430.7716.0552.35
Hex9986720C19281f1034
Octal2312061620143150372064
Binary1001100110000110111001001100110011010001111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998672; }

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

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

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

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

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

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

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

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