#93706C

Color #93706C Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #93706C

Tints of Ferra #93706C

Color information

#93706C (or 0x93706C) is unknown color: approx Ferra. HEX triplet: 93, 70 and 6C. RGB value is (147,112,108). Sum of RGB (Red+Green+Blue) = 147+112+108=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #93706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93706C is #6C8F93. Grayscale: #7A7A7A. Windows color (decimal): -7114644 or 7106707. OLE color: 7106707.

HSL color Cylindrical-coordinate representation of color #93706C: hue angle of 6.15º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93706C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147112108-
CMYK00.240.270.42
HSL6.15º15.29%50%-
HSV(B)6.15º26.53%57.65%-
XYZ20.5318.8716.75-
YUV122.01120.1145.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=40.05%
G=30.52%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711210800.240.270.426.1515.2950
Hex93706C0181B2A6f32
Octal223160154030335261762
Binary1001001111100001101100011000110111010101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93706C; }

 p { color: rgb(147,112,108); }

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

<style>
 a { background-color: #93706C; }

 a { background-color: rgb(147,112,108); }

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

<style>
 span { border-color: #93706C; }

 span { border-color: rgb(147,112,108); }

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