#6D5052

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

Shades of Falcon #6D5052

Tints of Falcon #6D5052

Color information

#6D5052 (or 0x6D5052) is unknown color: approx Falcon. HEX triplet: 6D, 50 and 52. RGB value is (109,80,82). Sum of RGB (Red+Green+Blue) = 109+80+82=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5052 is #92AFAD. Grayscale: #585858. Windows color (decimal): -9613230 or 5394541. OLE color: 5394541.

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

Color convert

RGB1098082-
CMYK00.270.250.57
HSL355.86º15.34%37.06%-
HSV(B)355.86º26.61%42.75%-
XYZ10.79.69.27-
YUV88.9124.11142.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.22%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=40.22%
G=29.52%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109808200.270.250.57355.8615.3437.06
Hex6D505201B1939164f25
Octal15512012203331715441745
Binary110110110100001010010011011110011110011011001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,80,82); }

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

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

 a { background-color: rgb(109,80,82); }

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

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

 span { border-color: rgb(109,80,82); }

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