Html Css Color HEX #6E454E Finn

📋 copy color: '#6E454E'

red 110 ◦ green 69 ◦ blue 78

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

Shades of Finn #6E454E

Tints of Finn #6E454E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

 BLUE value IS 78 (30.86% from 255) = 30.35%

R = 42.8%
G = 26.85%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6E454E (or 0x6E454E) is known color: Finn. HEX triplet: 6E, 45 and 4E. RGB value is (110,69,78). Sum of RGB (Red+Green+Blue) = 110+69+78=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E454E is #91BAB1. Grayscale: #525252. Windows color (decimal): -9550514 or 5129582. OLE color: 5129582.

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

Color convert

RGB 110 69 78 -
CMYK 0 0.37 0.29 0.57
HSL 346.83º 0.23% 0.35% -
HSV(B) 346.83º 0.37% 0.43% -
XYZ 9.93 8.12 8.25 -
YUV 82.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 110 69 78 0 0.37 0.29 0.57 346.83 0.23 0.35
Hex 6E 45 4E 0 25 1D 39 15B 17 23
Octal 156 105 116 0 45 35 71 533 27 43
Binary 1101110 1000101 1001110 0 100101 11101 111001 101011011 10111 100011

Color Harmonies of #6E454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E454E

Black with #6E454E

Text Example


Text Example

White with #6E454E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,69,78); }

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

background-color css

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

 a { background-color: rgb(110,69,78); }

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

border-color css

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

 span { border-color: rgb(110,69,78); }

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