Html Css Color HEX #6E4553 Finn

📋 copy color: '#6E4553'

red 110 ◦ green 69 ◦ blue 83

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

Shades of Finn #6E4553

Tints of Finn #6E4553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 41.98%
G = 26.34%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6E4553 (or 0x6E4553) is known color: Finn. HEX triplet: 6E, 45 and 53. RGB value is (110,69,83). Sum of RGB (Red+Green+Blue) = 110+69+83=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4553 is #91BAAC. Grayscale: #525252. Windows color (decimal): -9550509 or 5457262. OLE color: 5457262.

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

Color convert

RGB 110 69 83 -
CMYK 0 0.37 0.25 0.57
HSL 339.51º 0.23% 0.35% -
HSV(B) 339.51º 0.37% 0.43% -
XYZ 10.12 8.2 9.23 -
YUV 82.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 110 69 83 0 0.37 0.25 0.57 339.51 0.23 0.35
Hex 6E 45 53 0 25 19 39 154 17 23
Octal 156 105 123 0 45 31 71 524 27 43
Binary 1101110 1000101 1010011 0 100101 11001 111001 101010100 10111 100011

Color Harmonies of #6E4553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4553

Black with #6E4553

Text Example


Text Example

White with #6E4553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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