#9B8B82

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

Shades of Almond Frost #9B8B82

Tints of Almond Frost #9B8B82

Color information

#9B8B82 (or 0x9B8B82) is unknown color: approx Almond Frost. HEX triplet: 9B, 8B and 82. RGB value is (155,139,130). Sum of RGB (Red+Green+Blue) = 155+139+130=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8B82 is #64747D. Grayscale: #8E8E8E. Windows color (decimal): -6583422 or 8555419. OLE color: 8555419.

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

Color convert

RGB155139130-
CMYK00.100.160.39
HSL21.6º11.11%55.88%-
HSV(B)21.6º16.13%60.78%-
XYZ26.7827.0524.93-
YUV142.76120.8136.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.56%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=36.56%
G=32.78%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513913000.100.160.3921.611.1155.88
Hex9B8B820A102716b38
Octal2332132020122047261370
Binary1001101110001011100000100101010000100111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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