#603346

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

Shades of Tawny Port #603346

Tints of Tawny Port #603346

Color information

#603346 (or 0x603346) is unknown color: approx Tawny Port. HEX triplet: 60, 33 and 46. RGB value is (96,51,70). Sum of RGB (Red+Green+Blue) = 96+51+70=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #603346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603346 is #9FCCB9. Grayscale: #424242. Windows color (decimal): -10472634 or 4600672. OLE color: 4600672.

HSL color Cylindrical-coordinate representation of color #603346: hue angle of 334.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 #603346 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB965170-
CMYK00.470.270.62
HSL334.67º30.61%28.82%-
HSV(B)334.67º46.88%37.65%-
XYZ7.115.36.44-
YUV66.62129.91148.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=44.24%
G=23.50%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96517000.470.270.62334.6730.6128.82
Hex60334602F1B3E14f1f1d
Octal1406310605733765173735
Binary110000011001110001100101111110111111101010011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603346; }

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

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

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

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

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

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

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

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