Html Css Color HEX #6D5A5E Falcon

📋 copy color: '#6D5A5E'

red 109 ◦ green 90 ◦ blue 94

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

Shades of Falcon #6D5A5E

Tints of Falcon #6D5A5E

RGB

 RED value IS 109 (42.97% from 255) = 37.2%

 GREEN value IS 90 (35.55% from 255) = 30.72%

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 37.2%
G = 30.72%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D5A5E (or 0x6D5A5E) is known color: Falcon. HEX triplet: 6D, 5A and 5E. RGB value is (109,90,94). Sum of RGB (Red+Green+Blue) = 109+90+94=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5A5E is #92A5A1. Grayscale: #606060. Windows color (decimal): -9610658 or 6183533. OLE color: 6183533.

HSL color Cylindrical-coordinate representation of color #6D5A5E: hue angle of 347.37º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D5A5E is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 90 94 -
CMYK 0 0.17 0.14 0.57
HSL 347.37º 0.1% 0.39% -
HSV(B) 347.37º 0.17% 0.43% -
XYZ 11.98 11.37 12.15 -
YUV 96.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 109 90 94 0 0.17 0.14 0.57 347.37 0.1 0.39
Hex 6D 5A 5E 0 11 E 39 15B A 27
Octal 155 132 136 0 21 16 71 533 12 47
Binary 1101101 1011010 1011110 0 10001 1110 111001 101011011 1010 100111

Color Harmonies of #6D5A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5A5E

Black with #6D5A5E

Text Example


Text Example

White with #6D5A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,90,94); }

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

background-color css

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

 a { background-color: rgb(109,90,94); }

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

border-color css

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

 span { border-color: rgb(109,90,94); }

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