#93716C

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

Shades of Ferra #93716C

Tints of Ferra #93716C

Color information

#93716C (or 0x93716C) is unknown color: approx Ferra. HEX triplet: 93, 71 and 6C. RGB value is (147,113,108). Sum of RGB (Red+Green+Blue) = 147+113+108=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #93716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93716C is #6C8E93. Grayscale: #7A7A7A. Windows color (decimal): -7114388 or 7106963. OLE color: 7106963.

HSL color Cylindrical-coordinate representation of color #93716C: hue angle of 7.69º 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 #93716C is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147113108-
CMYK00.230.270.42
HSL7.69º15.29%50%-
HSV(B)7.69º26.53%57.65%-
XYZ20.6419.116.79-
YUV122.6119.76145.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=39.95%
G=30.71%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711310800.230.270.427.6915.2950
Hex93716C0171B2A8f32
Octal2231611540273352101762
Binary10010011111000111011000101111101110101010001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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