#9D836F

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

Shades of Almond Frost #9D836F

Tints of Almond Frost #9D836F

Color information

#9D836F (or 0x9D836F) is unknown color: approx Almond Frost. HEX triplet: 9D, 83 and 6F. RGB value is (157,131,111). Sum of RGB (Red+Green+Blue) = 157+131+111=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D836F is #627C90. Grayscale: #888888. Windows color (decimal): -6454417 or 7308189. OLE color: 7308189.

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

Color convert

RGB157131111-
CMYK00.170.290.38
HSL26.09º19.01%52.55%-
HSV(B)26.09º29.3%61.57%-
XYZ24.8924.5518.47-
YUV136.49113.61142.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.35%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=39.35%
G=32.83%
B=27.82%

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
Decimal15713111100.170.290.3826.0919.0152.55
Hex9D836F0111D261a1335
Octal2352031570213546322365
Binary10011101100000111101111010001111011001101101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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