#938B85

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

Shades of Almond Frost #938B85

Tints of Almond Frost #938B85

Color information

#938B85 (or 0x938B85) is unknown color: approx Almond Frost. HEX triplet: 93, 8B and 85. RGB value is (147,139,133). Sum of RGB (Red+Green+Blue) = 147+139+133=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #938B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938B85 is #6C747A. Grayscale: #8C8C8C. Windows color (decimal): -7107707 or 8752019. OLE color: 8752019.

HSL color Cylindrical-coordinate representation of color #938B85: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #938B85 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147139133-
CMYK00.050.100.42
HSL25.71º6.09%54.9%-
HSV(B)25.71º9.52%57.65%-
XYZ25.526.3625.93-
YUV140.71123.65132.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 139 (54.69% from 255) = 33.17%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=35.08%
G=33.17%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713913300.050.100.4225.716.0954.9
Hex938B8505A2A1a637
Octal22321320505125232667
Binary1001001110001011100001010101101010101011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938B85; }

 p { color: rgb(147,139,133); }

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

<style>
 a { background-color: #938B85; }

 a { background-color: rgb(147,139,133); }

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

<style>
 span { border-color: #938B85; }

 span { border-color: rgb(147,139,133); }

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