Html Css Color HEX #6E555B Falcon

📋 copy color: '#6E555B'

red 110 ◦ green 85 ◦ blue 91

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

Shades of Falcon #6E555B

Tints of Falcon #6E555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 38.46%
G = 29.72%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E555B (or 0x6E555B) is known color: Falcon. HEX triplet: 6E, 55 and 5B. RGB value is (110,85,91). Sum of RGB (Red+Green+Blue) = 110+85+91=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 110 - color contains mainly: red. Hex color #6E555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E555B is #91AAA4. Grayscale: #5D5D5D. Windows color (decimal): -9546405 or 5985646. OLE color: 5985646.

HSL color Cylindrical-coordinate representation of color #6E555B: hue angle of 345.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E555B is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 85 91 -
CMYK 0 0.23 0.17 0.57
HSL 345.6º 0.13% 0.38% -
HSV(B) 345.6º 0.23% 0.43% -
XYZ 11.57 10.57 11.33 -
YUV 93.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 110 85 91 0 0.23 0.17 0.57 345.6 0.13 0.38
Hex 6E 55 5B 0 17 11 39 15A D 26
Octal 156 125 133 0 27 21 71 532 15 46
Binary 1101110 1010101 1011011 0 10111 10001 111001 101011010 1101 100110

Color Harmonies of #6E555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E555B

Black with #6E555B

Text Example


Text Example

White with #6E555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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