Html Css Color HEX #6D5C5E Falcon

📋 copy color: '#6D5C5E'

red 109 ◦ green 92 ◦ blue 94

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

Shades of Falcon #6D5C5E

Tints of Falcon #6D5C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

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

R = 36.95%
G = 31.19%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D5C5E (or 0x6D5C5E) is known color: Falcon. HEX triplet: 6D, 5C and 5E. RGB value is (109,92,94). Sum of RGB (Red+Green+Blue) = 109+92+94=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5C5E is #92A3A1. Grayscale: #616161. Windows color (decimal): -9610146 or 6184045. OLE color: 6184045.

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

Color convert

RGB 109 92 94 -
CMYK 0 0.16 0.14 0.57
HSL 352.94º 0.08% 0.39% -
HSV(B) 352.94º 0.16% 0.43% -
XYZ 12.15 11.71 12.21 -
YUV 97.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 109 92 94 0 0.16 0.14 0.57 352.94 0.08 0.39
Hex 6D 5C 5E 0 10 E 39 161 8 27
Octal 155 134 136 0 20 16 71 541 10 47
Binary 1101101 1011100 1011110 0 10000 1110 111001 101100001 1000 100111

Color Harmonies of #6D5C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5C5E

Black with #6D5C5E

Text Example


Text Example

White with #6D5C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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