Html Css Color HEX #6E4557 Finn

📋 copy color: '#6E4557'

red 110 ◦ green 69 ◦ blue 87

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

Shades of Finn #6E4557

Tints of Finn #6E4557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.71%

R = 41.35%
G = 25.94%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#6E4557 (or 0x6E4557) is known color: Finn. HEX triplet: 6E, 45 and 57. RGB value is (110,69,87). Sum of RGB (Red+Green+Blue) = 110+69+87=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4557 is #91BAA8. Grayscale: #535353. Windows color (decimal): -9550505 or 5719406. OLE color: 5719406.

HSL color Cylindrical-coordinate representation of color #6E4557: hue angle of 333.66º 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 #6E4557 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 69 87 -
CMYK 0 0.37 0.21 0.57
HSL 333.66º 0.23% 0.35% -
HSV(B) 333.66º 0.37% 0.43% -
XYZ 10.28 8.26 10.07 -
YUV 83.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 110 69 87 0 0.37 0.21 0.57 333.66 0.23 0.35
Hex 6E 45 57 0 25 15 39 14E 17 23
Octal 156 105 127 0 45 25 71 516 27 43
Binary 1101110 1000101 1010111 0 100101 10101 111001 101001110 10111 100011

Color Harmonies of #6E4557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4557

Black with #6E4557

Text Example


Text Example

White with #6E4557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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