Html Css Color HEX #603146 Tawny Port

📋 copy color: '#603146'

red 96 ◦ green 49 ◦ blue 70

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

Shades of Tawny Port #603146

Tints of Tawny Port #603146

RGB

 RED value IS 96 (37.89% from 255) = 44.65%

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

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

R = 44.65%
G = 22.79%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#603146 (or 0x603146) is known color: Tawny Port. HEX triplet: 60, 31 and 46. RGB value is (96,49,70). Sum of RGB (Red+Green+Blue) = 96+49+70=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #603146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603146 is #9FCEB9. Grayscale: #414141. Windows color (decimal): -10473146 or 4600160. OLE color: 4600160.

HSL color Cylindrical-coordinate representation of color #603146: hue angle of 333.19º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603146 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 49 70 -
CMYK 0 0.49 0.27 0.62
HSL 333.19º 0.32% 0.28% -
HSV(B) 333.19º 0.49% 0.38% -
XYZ 7.03 5.13 6.41 -
YUV 65.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 96 49 70 0 0.49 0.27 0.62 333.19 0.32 0.28
Hex 60 31 46 0 31 1B 3E 14D 20 1C
Octal 140 61 106 0 61 33 76 515 40 34
Binary 1100000 110001 1000110 0 110001 11011 111110 101001101 100000 11100

Color Harmonies of #603146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603146

Black with #603146

Text Example


Text Example

White with #603146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603146; }

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

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

background-color css

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

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

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

border-color css

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

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

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