Html Css Color HEX #6E5B5F Falcon

📋 copy color: '#6E5B5F'

red 110 ◦ green 91 ◦ blue 95

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

Shades of Falcon #6E5B5F

Tints of Falcon #6E5B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 37.16%
G = 30.74%
B = 32.09%

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

#6E5B5F (or 0x6E5B5F) is known color: Falcon. HEX triplet: 6E, 5B and 5F. RGB value is (110,91,95). Sum of RGB (Red+Green+Blue) = 110+91+95=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5B5F is #91A4A0. Grayscale: #616161. Windows color (decimal): -9544865 or 6249326. OLE color: 6249326.

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

Color convert

RGB 110 91 95 -
CMYK 0 0.17 0.14 0.57
HSL 347.37º 0.09% 0.39% -
HSV(B) 347.37º 0.17% 0.43% -
XYZ 12.24 11.62 12.43 -
YUV 97.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 110 91 95 0 0.17 0.14 0.57 347.37 0.09 0.39
Hex 6E 5B 5F 0 11 E 39 15B 9 27
Octal 156 133 137 0 21 16 71 533 11 47
Binary 1101110 1011011 1011111 0 10001 1110 111001 101011011 1001 100111

Color Harmonies of #6E5B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5B5F

Black with #6E5B5F

Text Example


Text Example

White with #6E5B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,91,95); }

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

background-color css

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

 a { background-color: rgb(110,91,95); }

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

border-color css

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

 span { border-color: rgb(110,91,95); }

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