#987F6E

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

Shades of Almond Frost #987F6E

Tints of Almond Frost #987F6E

Color information

#987F6E (or 0x987F6E) is unknown color: approx Almond Frost. HEX triplet: 98, 7F and 6E. RGB value is (152,127,110). Sum of RGB (Red+Green+Blue) = 152+127+110=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #987F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F6E is #678091. Grayscale: #848484. Windows color (decimal): -6783122 or 7241624. OLE color: 7241624.

HSL color Cylindrical-coordinate representation of color #987F6E: hue angle of 24.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #987F6E is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB152127110-
CMYK00.160.280.40
HSL24.29º16.94%51.37%-
HSV(B)24.29º27.63%59.61%-
XYZ23.3522.9817.96-
YUV132.54115.28141.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=39.07%
G=32.65%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212711000.160.280.4024.2916.9451.37
Hex987F6E0101C28181133
Octal2301771560203450302163
Binary1001100011111111101110010000111001010001100010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987F6E; }

 p { color: rgb(152,127,110); }

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

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

 a { background-color: rgb(152,127,110); }

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

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

 span { border-color: rgb(152,127,110); }

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