Html Css Color HEX #6D565C Falcon

📋 copy color: '#6D565C'

red 109 ◦ green 86 ◦ blue 92

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

Shades of Falcon #6D565C

Tints of Falcon #6D565C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 37.98%
G = 29.97%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D565C (or 0x6D565C) is known color: Falcon. HEX triplet: 6D, 56 and 5C. RGB value is (109,86,92). Sum of RGB (Red+Green+Blue) = 109+86+92=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D565C is #92A9A3. Grayscale: #5D5D5D. Windows color (decimal): -9611684 or 6051437. OLE color: 6051437.

HSL color Cylindrical-coordinate representation of color #6D565C: hue angle of 344.35º 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 #6D565C is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 86 92 -
CMYK 0 0.21 0.16 0.57
HSL 344.35º 0.12% 0.38% -
HSV(B) 344.35º 0.21% 0.43% -
XYZ 11.57 10.68 11.58 -
YUV 93.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 109 86 92 0 0.21 0.16 0.57 344.35 0.12 0.38
Hex 6D 56 5C 0 15 10 39 158 C 26
Octal 155 126 134 0 25 20 71 530 14 46
Binary 1101101 1010110 1011100 0 10101 10000 111001 101011000 1100 100110

Color Harmonies of #6D565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D565C

Black with #6D565C

Text Example


Text Example

White with #6D565C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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