Html Css Color HEX #603140 Tawny Port

📋 copy color: '#603140'

red 96 ◦ green 49 ◦ blue 64

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

Shades of Tawny Port #603140

Tints of Tawny Port #603140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 45.93%
G = 23.44%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#603140 (or 0x603140) is known color: Tawny Port. HEX triplet: 60, 31 and 40. RGB value is (96,49,64). Sum of RGB (Red+Green+Blue) = 96+49+64=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #603140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603140 is #9FCEBF. Grayscale: #404040. Windows color (decimal): -10473152 or 4206944. OLE color: 4206944.

HSL color Cylindrical-coordinate representation of color #603140: hue angle of 340.85º 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 #603140 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 49 64 -
CMYK 0 0.49 0.33 0.62
HSL 340.85º 0.32% 0.28% -
HSV(B) 340.85º 0.49% 0.38% -
XYZ 6.85 5.05 5.47 -
YUV 64.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 96 49 64 0 0.49 0.33 0.62 340.85 0.32 0.28
Hex 60 31 40 0 31 21 3E 155 20 1C
Octal 140 61 100 0 61 41 76 525 40 34
Binary 1100000 110001 1000000 0 110001 100001 111110 101010101 100000 11100

Color Harmonies of #603140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603140

Black with #603140

Text Example


Text Example

White with #603140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603140; }

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

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

background-color css

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

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

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

border-color css

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

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

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