Html Css Color HEX #6D565A Falcon

📋 copy color: '#6D565A'

red 109 ◦ green 86 ◦ blue 90

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

Shades of Falcon #6D565A

Tints of Falcon #6D565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 38.25%
G = 30.18%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D565A (or 0x6D565A) is known color: Falcon. HEX triplet: 6D, 56 and 5A. RGB value is (109,86,90). Sum of RGB (Red+Green+Blue) = 109+86+90=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D565A is #92A9A5. Grayscale: #5D5D5D. Windows color (decimal): -9611686 or 5920365. OLE color: 5920365.

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

Color convert

RGB 109 86 90 -
CMYK 0 0.21 0.17 0.57
HSL 349.57º 0.12% 0.38% -
HSV(B) 349.57º 0.21% 0.43% -
XYZ 11.48 10.64 11.12 -
YUV 93.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 109 86 90 0 0.21 0.17 0.57 349.57 0.12 0.38
Hex 6D 56 5A 0 15 11 39 15E C 26
Octal 155 126 132 0 25 21 71 536 14 46
Binary 1101101 1010110 1011010 0 10101 10001 111001 101011110 1100 100110

Color Harmonies of #6D565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D565A

Black with #6D565A

Text Example


Text Example

White with #6D565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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