Html Css Color HEX #6A595D Falcon

📋 copy color: '#6A595D'

red 106 ◦ green 89 ◦ blue 93

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

Shades of Falcon #6A595D

Tints of Falcon #6A595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.9%

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 36.81%
G = 30.9%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A595D (or 0x6A595D) is known color: Falcon. HEX triplet: 6A, 59 and 5D. RGB value is (106,89,93). Sum of RGB (Red+Green+Blue) = 106+89+93=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 106 - color contains mainly: red. Hex color #6A595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A595D is #95A6A2. Grayscale: #5E5E5E. Windows color (decimal): -9807523 or 6117738. OLE color: 6117738.

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

Color convert

RGB 106 89 93 -
CMYK 0 0.16 0.12 0.58
HSL 345.88º 0.09% 0.38% -
HSV(B) 345.88º 0.16% 0.42% -
XYZ 11.49 11 11.87 -
YUV 94.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 106 89 93 0 0.16 0.12 0.58 345.88 0.09 0.38
Hex 6A 59 5D 0 10 C 3A 15A 9 26
Octal 152 131 135 0 20 14 72 532 11 46
Binary 1101010 1011001 1011101 0 10000 1100 111010 101011010 1001 100110

Color Harmonies of #6A595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A595D

Black with #6A595D

Text Example


Text Example

White with #6A595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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