#9B8775

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

Shades of Almond Frost #9B8775

Tints of Almond Frost #9B8775

Color information

#9B8775 (or 0x9B8775) is unknown color: approx Almond Frost. HEX triplet: 9B, 87 and 75. RGB value is (155,135,117). Sum of RGB (Red+Green+Blue) = 155+135+117=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8775 is #64788A. Grayscale: #8B8B8B. Windows color (decimal): -6584459 or 7702427. OLE color: 7702427.

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

Color convert

RGB155135117-
CMYK00.130.250.39
HSL28.42º15.97%53.33%-
HSV(B)28.42º24.52%60.78%-
XYZ25.3925.5820.43-
YUV138.93115.63139.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.08%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=38.08%
G=33.17%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513511700.130.250.3928.4215.9753.33
Hex9B87750D19271c1035
Octal2332071650153147342065
Binary1001101110000111111010101101110011001111110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,117); }

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

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

 a { background-color: rgb(155,135,117); }

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

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

 span { border-color: rgb(155,135,117); }

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