#9D816F

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

Shades of Almond Frost #9D816F

Tints of Almond Frost #9D816F

Color information

#9D816F (or 0x9D816F) is unknown color: approx Almond Frost. HEX triplet: 9D, 81 and 6F. RGB value is (157,129,111). Sum of RGB (Red+Green+Blue) = 157+129+111=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D816F is #627E90. Grayscale: #878787. Windows color (decimal): -6454929 or 7307677. OLE color: 7307677.

HSL color Cylindrical-coordinate representation of color #9D816F: hue angle of 23.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D816F is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB157129111-
CMYK00.180.290.38
HSL23.48º19.01%52.55%-
HSV(B)23.48º29.3%61.57%-
XYZ24.6224.0218.38-
YUV135.32114.28143.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.55%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=39.55%
G=32.49%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712911100.180.290.3823.4819.0152.55
Hex9D816F0121D26171335
Octal2352011570223546272365
Binary10011101100000011101111010010111011001101011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,129,111); }

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

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

 a { background-color: rgb(157,129,111); }

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

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

 span { border-color: rgb(157,129,111); }

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