#9C8275

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

Shades of Almond Frost #9C8275

Tints of Almond Frost #9C8275

Color information

#9C8275 (or 0x9C8275) is unknown color: approx Almond Frost. HEX triplet: 9C, 82 and 75. RGB value is (156,130,117). Sum of RGB (Red+Green+Blue) = 156+130+117=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8275 is #637D8A. Grayscale: #888888. Windows color (decimal): -6520203 or 7701148. OLE color: 7701148.

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

Color convert

RGB156130117-
CMYK00.170.250.39
HSL20º16.46%53.53%-
HSV(B)20º25%61.18%-
XYZ24.924.3220.21-
YUV136.29117.11142.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.71%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=38.71%
G=32.26%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613011700.170.250.392016.4653.53
Hex9C82750111927141036
Octal2342021650213147242066
Binary10011100100000101110101010001110011001111010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,117); }

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

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

 a { background-color: rgb(156,130,117); }

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

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

 span { border-color: rgb(156,130,117); }

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