#603F4B

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

Shades of Tawny Port #603F4B

Tints of Tawny Port #603F4B

Color information

#603F4B (or 0x603F4B) is unknown color: approx Tawny Port. HEX triplet: 60, 3F and 4B. RGB value is (96,63,75). Sum of RGB (Red+Green+Blue) = 96+63+75=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #603F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F4B is #9FC0B4. Grayscale: #4A4A4A. Windows color (decimal): -10469557 or 4931424. OLE color: 4931424.

HSL color Cylindrical-coordinate representation of color #603F4B: hue angle of 338.18º 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 #603F4B is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB966375-
CMYK00.340.220.62
HSL338.18º20.75%31.18%-
HSV(B)338.18º34.38%37.65%-
XYZ7.876.557.51-
YUV74.24128.43143.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 63 (25% from 255) = 26.92%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=41.03%
G=26.92%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96637500.340.220.62338.1820.7531.18
Hex603F4B022163E152151f
Octal1407711304226765222537
Binary110000011111110010110100010101101111101010100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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