#9B8878

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

Shades of Almond Frost #9B8878

Tints of Almond Frost #9B8878

Color information

#9B8878 (or 0x9B8878) is unknown color: approx Almond Frost. HEX triplet: 9B, 88 and 78. RGB value is (155,136,120). Sum of RGB (Red+Green+Blue) = 155+136+120=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8878 is #647787. Grayscale: #8B8B8B. Windows color (decimal): -6584200 or 7899291. OLE color: 7899291.

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

Color convert

RGB155136120-
CMYK00.120.230.39
HSL27.43º14.89%53.92%-
HSV(B)27.43º22.58%60.78%-
XYZ25.7125.9321.42-
YUV139.86116.79138.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=37.71%
G=33.09%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513612000.120.230.3927.4314.8953.92
Hex9B88780C17271bf36
Octal2332101700142747331766
Binary100110111000100011110000110010111100111110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,120); }

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

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

 a { background-color: rgb(155,136,120); }

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

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

 span { border-color: rgb(155,136,120); }

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