#6C5459

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

Shades of Falcon #6C5459

Tints of Falcon #6C5459

Color information

#6C5459 (or 0x6C5459) is unknown color: approx Falcon. HEX triplet: 6C, 54 and 59. RGB value is (108,84,89). Sum of RGB (Red+Green+Blue) = 108+84+89=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5459 is #93ABA6. Grayscale: #5B5B5B. Windows color (decimal): -9677735 or 5854316. OLE color: 5854316.

HSL color Cylindrical-coordinate representation of color #6C5459: hue angle of 347.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C5459 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB1088489-
CMYK00.220.180.58
HSL347.5º12.5%37.65%-
HSV(B)347.5º22.22%42.35%-
XYZ11.1610.2510.84-
YUV91.75126.45139.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.43%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=38.43%
G=29.89%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108848900.220.180.58347.512.537.65
Hex6C5459016123A15cc26
Octal15412413102622725341446
Binary110110010101001011001010110100101110101010111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,84,89); }

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

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

 a { background-color: rgb(108,84,89); }

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

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

 span { border-color: rgb(108,84,89); }

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