#9F8775

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

Shades of Almond Frost #9F8775

Tints of Almond Frost #9F8775

Color information

#9F8775 (or 0x9F8775) is unknown color: approx Almond Frost. HEX triplet: 9F, 87 and 75. RGB value is (159,135,117). Sum of RGB (Red+Green+Blue) = 159+135+117=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8775 is #60788A. Grayscale: #8C8C8C. Windows color (decimal): -6322315 or 7702431. OLE color: 7702431.

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

Color convert

RGB159135117-
CMYK00.150.260.38
HSL25.71º17.95%54.12%-
HSV(B)25.71º26.42%62.35%-
XYZ26.1725.9820.47-
YUV140.12114.95141.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=38.69%
G=32.85%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913511700.150.260.3825.7117.9554.12
Hex9F87750F1A261a1236
Octal2372071650173246322266
Binary1001111110000111111010101111110101001101101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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