#9F877F

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

Shades of Almond Frost #9F877F

Tints of Almond Frost #9F877F

Color information

#9F877F (or 0x9F877F) is unknown color: approx Almond Frost. HEX triplet: 9F, 87 and 7F. RGB value is (159,135,127). Sum of RGB (Red+Green+Blue) = 159+135+127=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F877F is #607880. Grayscale: #8D8D8D. Windows color (decimal): -6322305 or 8357791. OLE color: 8357791.

HSL color Cylindrical-coordinate representation of color #9F877F: hue angle of 15º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F877F is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB159135127-
CMYK00.150.200.38
HSL15º14.29%56.08%-
HSV(B)15º20.13%62.35%-
XYZ26.7926.2323.73-
YUV141.26119.95140.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.77%
GREEN value IS 135 (53.12% from 255) = 32.07%
BLUE value IS 127 (50% from 255) = 30.17%
R=37.77%
G=32.07%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913512700.150.200.381514.2956.08
Hex9F877F0F1426fe38
Octal2372071770172446171670
Binary10011111100001111111111011111010010011011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F877F; }

 p { color: rgb(159,135,127); }

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

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

 a { background-color: rgb(159,135,127); }

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

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

 span { border-color: rgb(159,135,127); }

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