#9B8376

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

Shades of Almond Frost #9B8376

Tints of Almond Frost #9B8376

Color information

#9B8376 (or 0x9B8376) is unknown color: approx Almond Frost. HEX triplet: 9B, 83 and 76. RGB value is (155,131,118). Sum of RGB (Red+Green+Blue) = 155+131+118=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8376 is #647C89. Grayscale: #888888. Windows color (decimal): -6585482 or 7766939. OLE color: 7766939.

HSL color Cylindrical-coordinate representation of color #9B8376: hue angle of 21.08º 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 #9B8376 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB155131118-
CMYK00.150.240.39
HSL21.08º15.61%53.53%-
HSV(B)21.08º23.87%60.78%-
XYZ24.924.5120.56-
YUV136.69117.45141.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.37%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=38.37%
G=32.43%
B=29.21%

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
Decimal15513111800.150.240.3921.0815.6153.53
Hex9B83760F1827151036
Octal2332031660173047252066
Binary1001101110000011111011001111110001001111010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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