#9C857B

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

Shades of Almond Frost #9C857B

Tints of Almond Frost #9C857B

Color information

#9C857B (or 0x9C857B) is unknown color: approx Almond Frost. HEX triplet: 9C, 85 and 7B. RGB value is (156,133,123). Sum of RGB (Red+Green+Blue) = 156+133+123=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C857B is #637A84. Grayscale: #8A8A8A. Windows color (decimal): -6519429 or 8095132. OLE color: 8095132.

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

Color convert

RGB156133123-
CMYK00.150.210.39
HSL18.18º14.29%54.71%-
HSV(B)18.18º21.15%61.18%-
XYZ25.6725.2722.26-
YUV138.74119.12140.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=37.86%
G=32.28%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613312300.150.210.3918.1814.2954.71
Hex9C857B0F152712e37
Octal2342051730172547221667
Binary100111001000010111110110111110101100111100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,133,123); }

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

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

 a { background-color: rgb(156,133,123); }

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

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

 span { border-color: rgb(156,133,123); }

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