#998B7D

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

Shades of Almond Frost #998B7D

Tints of Almond Frost #998B7D

Color information

#998B7D (or 0x998B7D) is unknown color: approx Almond Frost. HEX triplet: 99, 8B and 7D. RGB value is (153,139,125). Sum of RGB (Red+Green+Blue) = 153+139+125=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #998B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B7D is #667482. Grayscale: #8D8D8D. Windows color (decimal): -6714499 or 8227737. OLE color: 8227737.

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

Color convert

RGB153139125-
CMYK00.090.180.4
HSL30º12.07%54.51%-
HSV(B)30º18.3%60%-
XYZ26.0726.7223.19-
YUV141.59118.64136.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=36.69%
G=33.33%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313912500.090.180.43012.0754.51
Hex998B7D0912281ec37
Octal2312131750112250361467
Binary100110011000101111111010100110010101000111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998B7D; }

 p { color: rgb(153,139,125); }

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

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

 a { background-color: rgb(153,139,125); }

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

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

 span { border-color: rgb(153,139,125); }

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