#9F877C

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

Shades of Almond Frost #9F877C

Tints of Almond Frost #9F877C

Color information

#9F877C (or 0x9F877C) is unknown color: approx Almond Frost. HEX triplet: 9F, 87 and 7C. RGB value is (159,135,124). Sum of RGB (Red+Green+Blue) = 159+135+124=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F877C is #607883. Grayscale: #8C8C8C. Windows color (decimal): -6322308 or 8161183. OLE color: 8161183.

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

Color convert

RGB159135124-
CMYK00.150.220.38
HSL18.86º15.42%55.49%-
HSV(B)18.86º22.01%62.35%-
XYZ26.626.1522.72-
YUV140.92118.45140.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.04%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=38.04%
G=32.30%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913512400.150.220.3818.8615.4255.49
Hex9F877C0F162613f37
Octal2372071740172646231767
Binary100111111000011111111000111110110100110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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