#9B8479

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

Shades of Almond Frost #9B8479

Tints of Almond Frost #9B8479

Color information

#9B8479 (or 0x9B8479) is unknown color: approx Almond Frost. HEX triplet: 9B, 84 and 79. RGB value is (155,132,121). Sum of RGB (Red+Green+Blue) = 155+132+121=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8479 is #647B86. Grayscale: #898989. Windows color (decimal): -6585223 or 7963803. OLE color: 7963803.

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

Color convert

RGB155132121-
CMYK00.150.220.39
HSL19.41º14.53%54.12%-
HSV(B)19.41º21.94%60.78%-
XYZ25.2224.8521.56-
YUV137.62118.62140.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=37.99%
G=32.35%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513212100.150.220.3919.4114.5354.12
Hex9B84790F162713f36
Octal2332041710172647231766
Binary100110111000010011110010111110110100111100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,132,121); }

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

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

 a { background-color: rgb(155,132,121); }

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

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

 span { border-color: rgb(155,132,121); }

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