#9C8B78

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

Shades of Almond Frost #9C8B78

Tints of Almond Frost #9C8B78

Color information

#9C8B78 (or 0x9C8B78) is unknown color: approx Almond Frost. HEX triplet: 9C, 8B and 78. RGB value is (156,139,120). Sum of RGB (Red+Green+Blue) = 156+139+120=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8B78 is #637487. Grayscale: #8E8E8E. Windows color (decimal): -6517896 or 7900060. OLE color: 7900060.

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

Color convert

RGB156139120-
CMYK00.110.230.39
HSL31.67º15.38%54.12%-
HSV(B)31.67º23.08%61.18%-
XYZ26.3326.8921.57-
YUV141.92115.63138.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.59%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=37.59%
G=33.49%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613912000.110.230.3931.6715.3854.12
Hex9C8B780B172720f36
Octal2342131700132747401766
Binary1001110010001011111100001011101111001111000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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