#6C5051

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

Shades of Falcon #6C5051

Tints of Falcon #6C5051

Color information

#6C5051 (or 0x6C5051) is unknown color: approx Falcon. HEX triplet: 6C, 50 and 51. RGB value is (108,80,81). Sum of RGB (Red+Green+Blue) = 108+80+81=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5051 is #93AFAE. Grayscale: #585858. Windows color (decimal): -9678767 or 5329004. OLE color: 5329004.

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

Color convert

RGB1088081-
CMYK00.260.250.58
HSL357.86º14.89%36.86%-
HSV(B)357.86º25.93%42.35%-
XYZ10.549.529.07-
YUV88.49123.78141.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.15%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 81 (32.03% from 255) = 30.11%
R=40.15%
G=29.74%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108808100.260.250.58357.8614.8936.86
Hex6C505101A193A166f25
Octal15412012103231725461745
Binary110110010100001010001011010110011110101011001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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