#9C8B79

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

Shades of Almond Frost #9C8B79

Tints of Almond Frost #9C8B79

Color information

#9C8B79 (or 0x9C8B79) is unknown color: approx Almond Frost. HEX triplet: 9C, 8B and 79. RGB value is (156,139,121). Sum of RGB (Red+Green+Blue) = 156+139+121=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8B79 is #637486. Grayscale: #8E8E8E. Windows color (decimal): -6517895 or 7965596. OLE color: 7965596.

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

Color convert

RGB156139121-
CMYK00.110.220.39
HSL30.86º15.02%54.31%-
HSV(B)30.86º22.44%61.18%-
XYZ26.3926.9121.89-
YUV142.03116.13137.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=37.5%
G=33.41%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613912100.110.220.3930.8615.0254.31
Hex9C8B790B16271ff36
Octal2342131710132647371766
Binary100111001000101111110010101110110100111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,139,121); }

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

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

 a { background-color: rgb(156,139,121); }

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

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

 span { border-color: rgb(156,139,121); }

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