#9B806E

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

Shades of Almond Frost #9B806E

Tints of Almond Frost #9B806E

Color information

#9B806E (or 0x9B806E) is unknown color: approx Almond Frost. HEX triplet: 9B, 80 and 6E. RGB value is (155,128,110). Sum of RGB (Red+Green+Blue) = 155+128+110=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B806E is #647F91. Grayscale: #868686. Windows color (decimal): -6586258 or 7241883. OLE color: 7241883.

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

Color convert

RGB155128110-
CMYK00.170.290.39
HSL24º18.37%51.96%-
HSV(B)24º29.03%60.78%-
XYZ24.0523.5318.03-
YUV134.02114.45142.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=39.44%
G=32.57%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512811000.170.290.392418.3751.96
Hex9B806E0111D27181234
Octal2332001560213547302264
Binary10011011100000001101110010001111011001111100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,128,110); }

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

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

 a { background-color: rgb(155,128,110); }

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

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

 span { border-color: rgb(155,128,110); }

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