#9C897F

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

Shades of Almond Frost #9C897F

Tints of Almond Frost #9C897F

Color information

#9C897F (or 0x9C897F) is unknown color: approx Almond Frost. HEX triplet: 9C, 89 and 7F. RGB value is (156,137,127). Sum of RGB (Red+Green+Blue) = 156+137+127=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C897F is #637680. Grayscale: #8D8D8D. Windows color (decimal): -6518401 or 8358300. OLE color: 8358300.

HSL color Cylindrical-coordinate representation of color #9C897F: hue angle of 20.69º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C897F is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB156137127-
CMYK00.120.190.39
HSL20.69º12.78%55.49%-
HSV(B)20.69º18.59%61.18%-
XYZ26.4926.4923.8-
YUV141.54119.79138.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.14%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 127 (50% from 255) = 30.24%
R=37.14%
G=32.62%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613712700.120.190.3920.6912.7855.49
Hex9C897F0C132715d37
Octal2342111770142347251567
Binary100111001000100111111110110010011100111101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,137,127); }

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

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

 a { background-color: rgb(156,137,127); }

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

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

 span { border-color: rgb(156,137,127); }

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