#9B8B79

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

Shades of Almond Frost #9B8B79

Tints of Almond Frost #9B8B79

Color information

#9B8B79 (or 0x9B8B79) is unknown color: approx Almond Frost. HEX triplet: 9B, 8B and 79. RGB value is (155,139,121). Sum of RGB (Red+Green+Blue) = 155+139+121=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8B79 is #647486. Grayscale: #8D8D8D. Windows color (decimal): -6583431 or 7965595. OLE color: 7965595.

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

Color convert

RGB155139121-
CMYK00.100.220.39
HSL31.76º14.53%54.12%-
HSV(B)31.76º21.94%60.78%-
XYZ26.226.8121.88-
YUV141.73116.3137.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.35%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 121 (47.66% from 255) = 29.16%
R=37.35%
G=33.49%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513912100.100.220.3931.7614.5354.12
Hex9B8B790A162720f36
Octal2332131710122647401766
Binary1001101110001011111100101010101101001111000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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