#93867D

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

Shades of Almond Frost #93867D

Tints of Almond Frost #93867D

Color information

#93867D (or 0x93867D) is unknown color: approx Almond Frost. HEX triplet: 93, 86 and 7D. RGB value is (147,134,125). Sum of RGB (Red+Green+Blue) = 147+134+125=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #93867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93867D is #6C7982. Grayscale: #888888. Windows color (decimal): -7108995 or 8226451. OLE color: 8226451.

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

Color convert

RGB147134125-
CMYK00.090.150.42
HSL24.55º9.24%53.33%-
HSV(B)24.55º14.97%57.65%-
XYZ24.2624.7322.9-
YUV136.86121.31135.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=36.21%
G=33.00%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713412500.090.150.4224.559.2453.33
Hex93867D09F2A19935
Octal2232061750111752311165
Binary10010011100001101111101010011111101010110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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