#603340

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

Shades of Tawny Port #603340

Tints of Tawny Port #603340

Color information

#603340 (or 0x603340) is unknown color: approx Tawny Port. HEX triplet: 60, 33 and 40. RGB value is (96,51,64). Sum of RGB (Red+Green+Blue) = 96+51+64=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #603340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603340 is #9FCCBF. Grayscale: #414141. Windows color (decimal): -10472640 or 4207456. OLE color: 4207456.

HSL color Cylindrical-coordinate representation of color #603340: hue angle of 342.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603340 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB965164-
CMYK00.470.330.62
HSL342.67º30.61%28.82%-
HSV(B)342.67º46.88%37.65%-
XYZ6.935.225.49-
YUV65.94126.91149.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=45.50%
G=24.17%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96516400.470.330.62342.6730.6128.82
Hex60334002F213E1571f1d
Octal1406310005741765273735
Binary1100000110011100000001011111000011111101010101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603340; }

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

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

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

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

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

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

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

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