#9C897B

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

Shades of Almond Frost #9C897B

Tints of Almond Frost #9C897B

Color information

#9C897B (or 0x9C897B) is unknown color: approx Almond Frost. HEX triplet: 9C, 89 and 7B. RGB value is (156,137,123). Sum of RGB (Red+Green+Blue) = 156+137+123=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C897B is #637684. Grayscale: #8D8D8D. Windows color (decimal): -6518405 or 8096156. OLE color: 8096156.

HSL color Cylindrical-coordinate representation of color #9C897B: hue angle of 25.45º 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 #9C897B is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB156137123-
CMYK00.120.210.39
HSL25.45º14.29%54.71%-
HSV(B)25.45º21.15%61.18%-
XYZ26.2326.3922.45-
YUV141.08117.79138.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=37.5%
G=32.93%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613712300.120.210.3925.4514.2954.71
Hex9C897B0C152719e37
Octal2342111730142547311667
Binary100111001000100111110110110010101100111110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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