Html Css Color HEX #6C3149 Tawny Port

📋 copy color: '#6C3149'

red 108 ◦ green 49 ◦ blue 73

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

Shades of Tawny Port #6C3149

Tints of Tawny Port #6C3149

RGB

 RED value IS 108 (42.58% from 255) = 46.96%

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

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

R = 46.96%
G = 21.3%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6C3149 (or 0x6C3149) is known color: Tawny Port. HEX triplet: 6C, 31 and 49. RGB value is (108,49,73). Sum of RGB (Red+Green+Blue) = 108+49+73=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3149 is #93CEB6. Grayscale: #454545. Windows color (decimal): -9686711 or 4796780. OLE color: 4796780.

HSL color Cylindrical-coordinate representation of color #6C3149: hue angle of 335.59º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C3149 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 49 73 -
CMYK 0 0.55 0.32 0.58
HSL 335.59º 0.38% 0.31% -
HSV(B) 335.59º 0.55% 0.42% -
XYZ 8.49 5.87 6.99 -
YUV 69.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 108 49 73 0 0.55 0.32 0.58 335.59 0.38 0.31
Hex 6C 31 49 0 37 20 3A 150 26 1F
Octal 154 61 111 0 67 40 72 520 46 37
Binary 1101100 110001 1001001 0 110111 100000 111010 101010000 100110 11111

Color Harmonies of #6C3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3149

Black with #6C3149

Text Example


Text Example

White with #6C3149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,49,73); }

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

background-color css

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

 a { background-color: rgb(108,49,73); }

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

border-color css

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

 span { border-color: rgb(108,49,73); }

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