Html Css Color HEX #6E3A49 Tawny Port

📋 copy color: '#6E3A49'

red 110 ◦ green 58 ◦ blue 73

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

Shades of Tawny Port #6E3A49

Tints of Tawny Port #6E3A49

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.07%

 BLUE value IS 73 (28.91% from 255) = 30.29%

R = 45.64%
G = 24.07%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6E3A49 (or 0x6E3A49) is known color: Tawny Port. HEX triplet: 6E, 3A and 49. RGB value is (110,58,73). Sum of RGB (Red+Green+Blue) = 110+58+73=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3A49 is #91C5B6. Grayscale: #4B4B4B. Windows color (decimal): -9553335 or 4799086. OLE color: 4799086.

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

Color convert

RGB 110 58 73 -
CMYK 0 0.47 0.34 0.57
HSL 342.69º 0.31% 0.33% -
HSV(B) 342.69º 0.47% 0.43% -
XYZ 9.15 6.82 7.14 -
YUV 75.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 110 58 73 0 0.47 0.34 0.57 342.69 0.31 0.33
Hex 6E 3A 49 0 2F 22 39 157 1F 21
Octal 156 72 111 0 57 42 71 527 37 41
Binary 1101110 111010 1001001 0 101111 100010 111001 101010111 11111 100001

Color Harmonies of #6E3A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3A49

Black with #6E3A49

Text Example


Text Example

White with #6E3A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,58,73); }

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

background-color css

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

 a { background-color: rgb(110,58,73); }

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

border-color css

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

 span { border-color: rgb(110,58,73); }

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