Html Css Color HEX #6A3146 Tawny Port

📋 copy color: '#6A3146'

red 106 ◦ green 49 ◦ blue 70

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

Shades of Tawny Port #6A3146

Tints of Tawny Port #6A3146

RGB

 RED value IS 106 (41.8% from 255) = 47.11%

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 70 (27.73% from 255) = 31.11%

R = 47.11%
G = 21.78%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6A3146 (or 0x6A3146) is known color: Tawny Port. HEX triplet: 6A, 31 and 46. RGB value is (106,49,70). Sum of RGB (Red+Green+Blue) = 106+49+70=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3146 is #95CEB9. Grayscale: #444444. Windows color (decimal): -9817786 or 4600170. OLE color: 4600170.

HSL color Cylindrical-coordinate representation of color #6A3146: hue angle of 337.89º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A3146 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 49 70 -
CMYK 0 0.54 0.34 0.58
HSL 337.89º 0.37% 0.3% -
HSV(B) 337.89º 0.54% 0.42% -
XYZ 8.15 5.7 6.47 -
YUV 68.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 106 49 70 0 0.54 0.34 0.58 337.89 0.37 0.3
Hex 6A 31 46 0 36 22 3A 152 25 1E
Octal 152 61 106 0 66 42 72 522 45 36
Binary 1101010 110001 1000110 0 110110 100010 111010 101010010 100101 11110

Color Harmonies of #6A3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3146

Black with #6A3146

Text Example


Text Example

White with #6A3146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,49,70); }

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

background-color css

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

 a { background-color: rgb(106,49,70); }

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

border-color css

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

 span { border-color: rgb(106,49,70); }

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