Html Css Color HEX #6A5559 Falcon

📋 copy color: '#6A5559'

red 106 ◦ green 85 ◦ blue 89

#6A5559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #6A5559

Tints of Falcon #6A5559

RGB

 RED value IS 106 (41.8% from 255) = 37.86%

 GREEN value IS 85 (33.59% from 255) = 30.36%

 BLUE value IS 89 (35.16% from 255) = 31.79%

R = 37.86%
G = 30.36%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6A5559 (or 0x6A5559) is known color: Falcon. HEX triplet: 6A, 55 and 59. RGB value is (106,85,89). Sum of RGB (Red+Green+Blue) = 106+85+89=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5559 is #95AAA6. Grayscale: #5B5B5B. Windows color (decimal): -9808551 or 5854570. OLE color: 5854570.

HSL color Cylindrical-coordinate representation of color #6A5559: hue angle of 348.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A5559 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 85 89 -
CMYK 0 0.20 0.16 0.58
HSL 348.57º 0.11% 0.37% -
HSV(B) 348.57º 0.2% 0.42% -
XYZ 11 10.28 10.86 -
YUV 91.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 106 85 89 0 0.20 0.16 0.58 348.57 0.11 0.37
Hex 6A 55 59 0 14 10 3A 15D B 25
Octal 152 125 131 0 24 20 72 535 13 45
Binary 1101010 1010101 1011001 0 10100 10000 111010 101011101 1011 100101

Color Harmonies of #6A5559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5559

Black with #6A5559

Text Example


Text Example

White with #6A5559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,85,89); }

 H1.HeaderClassName
 {
   color: #6A5559;
 }
 .AnyTagClassName
 {
   color: #6A5559;
 }
</style>

background-color css

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

 a { background-color: rgb(106,85,89); }

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

border-color css

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

 span { border-color: rgb(106,85,89); }

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