#93867B

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

Shades of Almond Frost #93867B

Tints of Almond Frost #93867B

Color information

#93867B (or 0x93867B) is unknown color: approx Almond Frost. HEX triplet: 93, 86 and 7B. RGB value is (147,134,123). Sum of RGB (Red+Green+Blue) = 147+134+123=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #93867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93867B is #6C7984. Grayscale: #888888. Windows color (decimal): -7108997 or 8095379. OLE color: 8095379.

HSL color Cylindrical-coordinate representation of color #93867B: hue angle of 27.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93867B is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB147134123-
CMYK00.090.160.42
HSL27.5º10%52.94%-
HSV(B)27.5º16.33%57.65%-
XYZ24.1324.6822.23-
YUV136.63120.31135.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=36.39%
G=33.17%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713412300.090.160.4227.51052.94
Hex93867B09102A1ca35
Octal2232061730112052341265
Binary100100111000011011110110100110000101010111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93867B; }

 p { color: rgb(147,134,123); }

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

<style>
 a { background-color: #93867B; }

 a { background-color: rgb(147,134,123); }

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

<style>
 span { border-color: #93867B; }

 span { border-color: rgb(147,134,123); }

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