#9D826F

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

Shades of Almond Frost #9D826F

Tints of Almond Frost #9D826F

Color information

#9D826F (or 0x9D826F) is unknown color: approx Almond Frost. HEX triplet: 9D, 82 and 6F. RGB value is (157,130,111). Sum of RGB (Red+Green+Blue) = 157+130+111=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D826F is #627D90. Grayscale: #888888. Windows color (decimal): -6454673 or 7307933. OLE color: 7307933.

HSL color Cylindrical-coordinate representation of color #9D826F: hue angle of 24.78º 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 #9D826F is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB157130111-
CMYK00.170.290.38
HSL24.78º19.01%52.55%-
HSV(B)24.78º29.3%61.57%-
XYZ24.7624.2818.42-
YUV135.91113.95143.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.45%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 111 (43.75% from 255) = 27.89%
R=39.45%
G=32.66%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713011100.170.290.3824.7819.0152.55
Hex9D826F0111D26191335
Octal2352021570213546312365
Binary10011101100000101101111010001111011001101100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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