Html Css Color HEX #6E4D5B Finn

📋 copy color: '#6E4D5B'

red 110 ◦ green 77 ◦ blue 91

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

Shades of Finn #6E4D5B

Tints of Finn #6E4D5B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.7%

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 39.57%
G = 27.7%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E4D5B (or 0x6E4D5B) is known color: Finn. HEX triplet: 6E, 4D and 5B. RGB value is (110,77,91). Sum of RGB (Red+Green+Blue) = 110+77+91=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D5B is #91B2A4. Grayscale: #585858. Windows color (decimal): -9548453 or 5983598. OLE color: 5983598.

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

Color convert

RGB 110 77 91 -
CMYK 0 0.3 0.17 0.57
HSL 334.55º 0.18% 0.37% -
HSV(B) 334.55º 0.3% 0.43% -
XYZ 10.97 9.38 11.13 -
YUV 88.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 110 77 91 0 0.3 0.17 0.57 334.55 0.18 0.37
Hex 6E 4D 5B 0 1E 11 39 14F 12 25
Octal 156 115 133 0 36 21 71 517 22 45
Binary 1101110 1001101 1011011 0 11110 10001 111001 101001111 10010 100101

Color Harmonies of #6E4D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4D5B

Black with #6E4D5B

Text Example


Text Example

White with #6E4D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,77,91); }

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

background-color css

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

 a { background-color: rgb(110,77,91); }

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

border-color css

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

 span { border-color: rgb(110,77,91); }

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