#6A4D4F

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

Shades of Falcon #6A4D4F

Tints of Falcon #6A4D4F

Color information

#6A4D4F (or 0x6A4D4F) is unknown color: approx Falcon. HEX triplet: 6A, 4D and 4F. RGB value is (106,77,79). Sum of RGB (Red+Green+Blue) = 106+77+79=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4D4F is #95B2B0. Grayscale: #555555. Windows color (decimal): -9810609 or 5197162. OLE color: 5197162.

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

Color convert

RGB1067779-
CMYK00.270.250.58
HSL355.86º15.85%35.88%-
HSV(B)355.86º27.36%41.57%-
XYZ10.018.948.59-
YUV85.9124.11142.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.46%
GREEN value IS 77 (30.47% from 255) = 29.39%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=40.46%
G=29.39%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106777900.270.250.58355.8615.8535.88
Hex6A4D4F01B193A1641024
Octal15211511703331725442044
Binary1101010100110110011110110111100111101010110010010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,77,79); }

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

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

 a { background-color: rgb(106,77,79); }

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

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

 span { border-color: rgb(106,77,79); }

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