#6E5152

Color #6E5152 Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #6E5152

Tints of Falcon #6E5152

Color information

#6E5152 (or 0x6E5152) is unknown color: approx Falcon. HEX triplet: 6E, 51 and 52. RGB value is (110,81,82). Sum of RGB (Red+Green+Blue) = 110+81+82=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5152 is #91AEAD. Grayscale: #595959. Windows color (decimal): -9547438 or 5394798. OLE color: 5394798.

HSL color Cylindrical-coordinate representation of color #6E5152: hue angle of 357.93º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E5152 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB1108182-
CMYK00.260.250.57
HSL357.93º15.18%37.45%-
HSV(B)357.93º26.36%43.14%-
XYZ10.99.819.3-
YUV89.78123.61142.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.29%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=40.29%
G=29.67%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110818200.260.250.57357.9315.1837.45
Hex6E515201A1939166f25
Octal15612112203231715461745
Binary110111010100011010010011010110011110011011001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E5152; }

 p { color: rgb(110,81,82); }

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

<style>
 a { background-color: #6E5152; }

 a { background-color: rgb(110,81,82); }

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

<style>
 span { border-color: #6E5152; }

 span { border-color: rgb(110,81,82); }

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