#9B8A77

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

Shades of Almond Frost #9B8A77

Tints of Almond Frost #9B8A77

Color information

#9B8A77 (or 0x9B8A77) is unknown color: approx Almond Frost. HEX triplet: 9B, 8A and 77. RGB value is (155,138,119). Sum of RGB (Red+Green+Blue) = 155+138+119=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A77 is #647588. Grayscale: #8D8D8D. Windows color (decimal): -6583689 or 7834267. OLE color: 7834267.

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

Color convert

RGB155138119-
CMYK00.110.230.39
HSL31.67º15.25%53.73%-
HSV(B)31.67º23.23%60.78%-
XYZ25.9426.4821.2-
YUV140.92115.63138.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.62%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=37.62%
G=33.50%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513811900.110.230.3931.6715.2553.73
Hex9B8A770B172720f36
Octal2332121670132747401766
Binary1001101110001010111011101011101111001111000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,138,119); }

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

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

 a { background-color: rgb(155,138,119); }

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

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

 span { border-color: rgb(155,138,119); }

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