Html Css Color HEX #6E4A56 Finn

📋 copy color: '#6E4A56'

red 110 ◦ green 74 ◦ blue 86

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

Shades of Finn #6E4A56

Tints of Finn #6E4A56

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.41%

 BLUE value IS 86 (33.98% from 255) = 31.85%

R = 40.74%
G = 27.41%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#6E4A56 (or 0x6E4A56) is known color: Finn. HEX triplet: 6E, 4A and 56. RGB value is (110,74,86). Sum of RGB (Red+Green+Blue) = 110+74+86=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4A56 is #91B5A9. Grayscale: #565656. Windows color (decimal): -9549226 or 5655150. OLE color: 5655150.

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

Color convert

RGB 110 74 86 -
CMYK 0 0.33 0.22 0.57
HSL 340º 0.2% 0.36% -
HSV(B) 340º 0.33% 0.43% -
XYZ 10.56 8.88 9.96 -
YUV 86.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 110 74 86 0 0.33 0.22 0.57 340 0.2 0.36
Hex 6E 4A 56 0 21 16 39 154 14 24
Octal 156 112 126 0 41 26 71 524 24 44
Binary 1101110 1001010 1010110 0 100001 10110 111001 101010100 10100 100100

Color Harmonies of #6E4A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4A56

Black with #6E4A56

Text Example


Text Example

White with #6E4A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,74,86); }

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

background-color css

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

 a { background-color: rgb(110,74,86); }

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

border-color css

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

 span { border-color: rgb(110,74,86); }

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