#6D5051

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

Shades of Falcon #6D5051

Tints of Falcon #6D5051

Color information

#6D5051 (or 0x6D5051) is unknown color: approx Falcon. HEX triplet: 6D, 50 and 51. RGB value is (109,80,81). Sum of RGB (Red+Green+Blue) = 109+80+81=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5051 is #92AFAE. Grayscale: #585858. Windows color (decimal): -9613231 or 5329005. OLE color: 5329005.

HSL color Cylindrical-coordinate representation of color #6D5051: 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.27%. Process color model (Four color, CMYK) of #6D5051 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB1098081-
CMYK00.270.260.57
HSL357.93º15.34%37.06%-
HSV(B)357.93º26.61%42.75%-
XYZ10.669.589.07-
YUV88.78123.61142.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.37%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 81 (32.03% from 255) = 30%
R=40.37%
G=29.63%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109808100.270.260.57357.9315.3437.06
Hex6D505101B1A39166f25
Octal15512012103332715461745
Binary110110110100001010001011011110101110011011001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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