Html Css Color HEX #6D5355 Falcon

📋 copy color: '#6D5355'

red 109 ◦ green 83 ◦ blue 85

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

Shades of Falcon #6D5355

Tints of Falcon #6D5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 39.35%
G = 29.96%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#6D5355 (or 0x6D5355) is known color: Falcon. HEX triplet: 6D, 53 and 55. RGB value is (109,83,85). Sum of RGB (Red+Green+Blue) = 109+83+85=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5355 is #92ACAA. Grayscale: #5B5B5B. Windows color (decimal): -9612459 or 5591917. OLE color: 5591917.

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

Color convert

RGB 109 83 85 -
CMYK 0 0.24 0.22 0.57
HSL 355.38º 0.14% 0.38% -
HSV(B) 355.38º 0.24% 0.43% -
XYZ 11.04 10.09 9.96 -
YUV 91 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 109 83 85 0 0.24 0.22 0.57 355.38 0.14 0.38
Hex 6D 53 55 0 18 16 39 163 E 26
Octal 155 123 125 0 30 26 71 543 16 46
Binary 1101101 1010011 1010101 0 11000 10110 111001 101100011 1110 100110

Color Harmonies of #6D5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5355

Black with #6D5355

Text Example


Text Example

White with #6D5355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,83,85); }

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

background-color css

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

 a { background-color: rgb(109,83,85); }

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

border-color css

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

 span { border-color: rgb(109,83,85); }

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