Html Css Color HEX #6D5B5E Falcon

📋 copy color: '#6D5B5E'

red 109 ◦ green 91 ◦ blue 94

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

Shades of Falcon #6D5B5E

Tints of Falcon #6D5B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.95%

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

R = 37.07%
G = 30.95%
B = 31.97%

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

#6D5B5E (or 0x6D5B5E) is known color: Falcon. HEX triplet: 6D, 5B and 5E. RGB value is (109,91,94). Sum of RGB (Red+Green+Blue) = 109+91+94=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B5E is #92A4A1. Grayscale: #606060. Windows color (decimal): -9610402 or 6183789. OLE color: 6183789.

HSL color Cylindrical-coordinate representation of color #6D5B5E: hue angle of 350º degrees, saturation: 0.09, 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 #6D5B5E is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 91 94 -
CMYK 0 0.17 0.14 0.57
HSL 350º 0.09% 0.39% -
HSV(B) 350º 0.17% 0.43% -
XYZ 12.07 11.54 12.18 -
YUV 96.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 109 91 94 0 0.17 0.14 0.57 350 0.09 0.39
Hex 6D 5B 5E 0 11 E 39 15E 9 27
Octal 155 133 136 0 21 16 71 536 11 47
Binary 1101101 1011011 1011110 0 10001 1110 111001 101011110 1001 100111

Color Harmonies of #6D5B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5B5E

Black with #6D5B5E

Text Example


Text Example

White with #6D5B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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