#603F4A

Color #603F4A Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #603F4A

Tints of Tawny Port #603F4A

Color information

#603F4A (or 0x603F4A) is unknown color: approx Tawny Port. HEX triplet: 60, 3F and 4A. RGB value is (96,63,74). Sum of RGB (Red+Green+Blue) = 96+63+74=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #603F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F4A is #9FC0B5. Grayscale: #4A4A4A. Windows color (decimal): -10469558 or 4865888. OLE color: 4865888.

HSL color Cylindrical-coordinate representation of color #603F4A: hue angle of 340º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #603F4A is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB966374-
CMYK00.340.230.62
HSL340º20.75%31.18%-
HSV(B)340º34.38%37.65%-
XYZ7.846.547.33-
YUV74.12127.93143.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=41.20%
G=27.04%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96637400.340.230.6234020.7531.18
Hex603F4A022173E154151f
Octal1407711204227765242537
Binary110000011111110010100100010101111111101010101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603F4A; }

 p { color: rgb(96,63,74); }

 H1.HeaderClassName
 {
   color: #603F4A;
 }
 .AnyTagClassName
 {
   color: #603F4A;
 }
</style>
background-color css

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

 a { background-color: rgb(96,63,74); }

 div.DivClassName
 {
   background-color: #603F4A;
 }
 .BgClassName
 {
   background-color: #603F4A;
 }
</style>
border-color css

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

 span { border-color: rgb(96,63,74); }

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