#9C8478

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

Shades of Almond Frost #9C8478

Tints of Almond Frost #9C8478

Color information

#9C8478 (or 0x9C8478) is unknown color: approx Almond Frost. HEX triplet: 9C, 84 and 78. RGB value is (156,132,120). Sum of RGB (Red+Green+Blue) = 156+132+120=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8478 is #637B87. Grayscale: #898989. Windows color (decimal): -6519688 or 7898268. OLE color: 7898268.

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

Color convert

RGB156132120-
CMYK00.150.230.39
HSL20º15.38%54.12%-
HSV(B)20º23.08%61.18%-
XYZ25.3524.9321.24-
YUV137.81117.95140.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.24%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=38.24%
G=32.35%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613212000.150.230.392015.3854.12
Hex9C84780F172714f36
Octal2342041700172747241766
Binary100111001000010011110000111110111100111101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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