Html Css Color HEX #6E5059 Finn

📋 copy color: '#6E5059'

red 110 ◦ green 80 ◦ blue 89

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

Shades of Finn #6E5059

Tints of Finn #6E5059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 39.43%
G = 28.67%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6E5059 (or 0x6E5059) is known color: Finn. HEX triplet: 6E, 50 and 59. RGB value is (110,80,89). Sum of RGB (Red+Green+Blue) = 110+80+89=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5059 is #91AFA6. Grayscale: #595959. Windows color (decimal): -9547687 or 5853294. OLE color: 5853294.

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

Color convert

RGB 110 80 89 -
CMYK 0 0.27 0.19 0.57
HSL 342º 0.16% 0.37% -
HSV(B) 342º 0.27% 0.43% -
XYZ 11.1 9.77 10.75 -
YUV 90 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 110 80 89 0 0.27 0.19 0.57 342 0.16 0.37
Hex 6E 50 59 0 1B 13 39 156 10 25
Octal 156 120 131 0 33 23 71 526 20 45
Binary 1101110 1010000 1011001 0 11011 10011 111001 101010110 10000 100101

Color Harmonies of #6E5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5059

Black with #6E5059

Text Example


Text Example

White with #6E5059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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