#9B8578

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

Shades of Almond Frost #9B8578

Tints of Almond Frost #9B8578

Color information

#9B8578 (or 0x9B8578) is unknown color: approx Almond Frost. HEX triplet: 9B, 85 and 78. RGB value is (155,133,120). Sum of RGB (Red+Green+Blue) = 155+133+120=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8578 is #647A87. Grayscale: #8A8A8A. Windows color (decimal): -6584968 or 7898523. OLE color: 7898523.

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

Color convert

RGB155133120-
CMYK00.140.230.39
HSL22.29º14.89%53.92%-
HSV(B)22.29º22.58%60.78%-
XYZ25.325.121.28-
YUV138.1117.79140.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=37.99%
G=32.60%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513312000.140.230.3922.2914.8953.92
Hex9B85780E172716f36
Octal2332051700162747261766
Binary100110111000010111110000111010111100111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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