#998371

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

Shades of Almond Frost #998371

Tints of Almond Frost #998371

Color information

#998371 (or 0x998371) is unknown color: approx Almond Frost. HEX triplet: 99, 83 and 71. RGB value is (153,131,113). Sum of RGB (Red+Green+Blue) = 153+131+113=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #998371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998371 is #667C8E. Grayscale: #878787. Windows color (decimal): -6716559 or 7439257. OLE color: 7439257.

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

Color convert

RGB153131113-
CMYK00.140.260.4
HSL27º16.39%52.16%-
HSV(B)27º26.14%60%-
XYZ24.2324.219.02-
YUV135.53115.29140.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=38.54%
G=33.00%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313111300.140.260.42716.3952.16
Hex9983710E1A281b1034
Octal2312031610163250332064
Binary1001100110000011111000101110110101010001101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998371; }

 p { color: rgb(153,131,113); }

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

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

 a { background-color: rgb(153,131,113); }

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

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

 span { border-color: rgb(153,131,113); }

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