Html Css Color HEX #604149 Tawny Port

📋 copy color: '#604149'

red 96 ◦ green 65 ◦ blue 73

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

Shades of Tawny Port #604149

Tints of Tawny Port #604149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

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

R = 41.03%
G = 27.78%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#604149 (or 0x604149) is known color: Tawny Port. HEX triplet: 60, 41 and 49. RGB value is (96,65,73). Sum of RGB (Red+Green+Blue) = 96+65+73=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #604149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604149 is #9FBEB6. Grayscale: #4B4B4B. Windows color (decimal): -10469047 or 4800864. OLE color: 4800864.

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

Color convert

RGB 96 65 73 -
CMYK 0 0.32 0.24 0.62
HSL 344.52º 0.19% 0.32% -
HSV(B) 344.52º 0.32% 0.38% -
XYZ 7.92 6.75 7.19 -
YUV 75.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 96 65 73 0 0.32 0.24 0.62 344.52 0.19 0.32
Hex 60 41 49 0 20 18 3E 159 13 20
Octal 140 101 111 0 40 30 76 531 23 40
Binary 1100000 1000001 1001001 0 100000 11000 111110 101011001 10011 100000

Color Harmonies of #604149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604149

Black with #604149

Text Example


Text Example

White with #604149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604149; }

 p { color: rgb(96,65,73); }

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

background-color css

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

 a { background-color: rgb(96,65,73); }

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

border-color css

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

 span { border-color: rgb(96,65,73); }

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