Html Css Color HEX #6E5E61 Falcon

📋 copy color: '#6E5E61'

red 110 ◦ green 94 ◦ blue 97

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

Shades of Falcon #6E5E61

Tints of Falcon #6E5E61

RGB

 RED value IS 110 (43.36% from 255) = 36.54%

 GREEN value IS 94 (37.11% from 255) = 31.23%

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 36.54%
G = 31.23%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6E5E61 (or 0x6E5E61) is known color: Falcon. HEX triplet: 6E, 5E and 61. RGB value is (110,94,97). Sum of RGB (Red+Green+Blue) = 110+94+97=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5E61 is #91A19E. Grayscale: #636363. Windows color (decimal): -9544095 or 6381166. OLE color: 6381166.

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

Color convert

RGB 110 94 97 -
CMYK 0 0.15 0.12 0.57
HSL 348.75º 0.08% 0.4% -
HSV(B) 348.75º 0.15% 0.43% -
XYZ 12.59 12.18 13 -
YUV 99.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 110 94 97 0 0.15 0.12 0.57 348.75 0.08 0.4
Hex 6E 5E 61 0 F C 39 15D 8 28
Octal 156 136 141 0 17 14 71 535 10 50
Binary 1101110 1011110 1100001 0 1111 1100 111001 101011101 1000 101000

Color Harmonies of #6E5E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5E61

Black with #6E5E61

Text Example


Text Example

White with #6E5E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,94,97); }

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

background-color css

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

 a { background-color: rgb(110,94,97); }

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

border-color css

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

 span { border-color: rgb(110,94,97); }

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