Html Css Color HEX #6E394A Tawny Port

📋 copy color: '#6E394A'

red 110 ◦ green 57 ◦ blue 74

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

Shades of Tawny Port #6E394A

Tints of Tawny Port #6E394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

 BLUE value IS 74 (29.3% from 255) = 30.71%

R = 45.64%
G = 23.65%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E394A (or 0x6E394A) is known color: Tawny Port. HEX triplet: 6E, 39 and 4A. RGB value is (110,57,74). Sum of RGB (Red+Green+Blue) = 110+57+74=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E394A is #91C6B5. Grayscale: #4A4A4A. Windows color (decimal): -9553590 or 4864366. OLE color: 4864366.

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

Color convert

RGB 110 57 74 -
CMYK 0 0.48 0.33 0.57
HSL 340.75º 0.32% 0.33% -
HSV(B) 340.75º 0.48% 0.43% -
XYZ 9.13 6.74 7.3 -
YUV 74.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 110 57 74 0 0.48 0.33 0.57 340.75 0.32 0.33
Hex 6E 39 4A 0 30 21 39 155 20 21
Octal 156 71 112 0 60 41 71 525 40 41
Binary 1101110 111001 1001010 0 110000 100001 111001 101010101 100000 100001

Color Harmonies of #6E394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E394A

Black with #6E394A

Text Example


Text Example

White with #6E394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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