Html Css Color HEX #6E5859 Falcon

📋 copy color: '#6E5859'

red 110 ◦ green 88 ◦ blue 89

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

Shades of Falcon #6E5859

Tints of Falcon #6E5859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

 BLUE value IS 89 (35.16% from 255) = 31.01%

R = 38.33%
G = 30.66%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6E5859 (or 0x6E5859) is known color: Falcon. HEX triplet: 6E, 58 and 59. RGB value is (110,88,89). Sum of RGB (Red+Green+Blue) = 110+88+89=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5859 is #91A7A6. Grayscale: #5E5E5E. Windows color (decimal): -9545639 or 5855342. OLE color: 5855342.

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

Color convert

RGB 110 88 89 -
CMYK 0 0.2 0.19 0.57
HSL 357.27º 0.11% 0.39% -
HSV(B) 357.27º 0.2% 0.43% -
XYZ 11.72 11.02 10.96 -
YUV 94.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 110 88 89 0 0.2 0.19 0.57 357.27 0.11 0.39
Hex 6E 58 59 0 14 13 39 165 B 27
Octal 156 130 131 0 24 23 71 545 13 47
Binary 1101110 1011000 1011001 0 10100 10011 111001 101100101 1011 100111

Color Harmonies of #6E5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5859

Black with #6E5859

Text Example


Text Example

White with #6E5859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,88,89); }

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

background-color css

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

 a { background-color: rgb(110,88,89); }

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

border-color css

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

 span { border-color: rgb(110,88,89); }

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