#9B8476

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

Shades of Almond Frost #9B8476

Tints of Almond Frost #9B8476

Color information

#9B8476 (or 0x9B8476) is unknown color: approx Almond Frost. HEX triplet: 9B, 84 and 76. RGB value is (155,132,118). Sum of RGB (Red+Green+Blue) = 155+132+118=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8476 is #647B89. Grayscale: #898989. Windows color (decimal): -6585226 or 7767195. OLE color: 7767195.

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

Color convert

RGB155132118-
CMYK00.150.240.39
HSL22.7º15.61%53.53%-
HSV(B)22.7º23.87%60.78%-
XYZ25.0424.7820.6-
YUV137.28117.12140.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.27%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=38.27%
G=32.59%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513211800.150.240.3922.715.6153.53
Hex9B84760F1827171036
Octal2332041660173047272066
Binary1001101110000100111011001111110001001111011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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