Html Css Color HEX #6D5156 Falcon

📋 copy color: '#6D5156'

red 109 ◦ green 81 ◦ blue 86

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

Shades of Falcon #6D5156

Tints of Falcon #6D5156

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

 BLUE value IS 86 (33.98% from 255) = 31.16%

R = 39.49%
G = 29.35%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#6D5156 (or 0x6D5156) is known color: Falcon. HEX triplet: 6D, 51 and 56. RGB value is (109,81,86). Sum of RGB (Red+Green+Blue) = 109+81+86=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5156 is #92AEA9. Grayscale: #595959. Windows color (decimal): -9612970 or 5656941. OLE color: 5656941.

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

Color convert

RGB 109 81 86 -
CMYK 0 0.26 0.21 0.57
HSL 349.29º 0.15% 0.37% -
HSV(B) 349.29º 0.26% 0.43% -
XYZ 10.93 9.81 10.12 -
YUV 89.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 109 81 86 0 0.26 0.21 0.57 349.29 0.15 0.37
Hex 6D 51 56 0 1A 15 39 15D F 25
Octal 155 121 126 0 32 25 71 535 17 45
Binary 1101101 1010001 1010110 0 11010 10101 111001 101011101 1111 100101

Color Harmonies of #6D5156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5156

Black with #6D5156

Text Example


Text Example

White with #6D5156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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