#603246

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

Shades of Tawny Port #603246

Tints of Tawny Port #603246

Color information

#603246 (or 0x603246) is unknown color: approx Tawny Port. HEX triplet: 60, 32 and 46. RGB value is (96,50,70). Sum of RGB (Red+Green+Blue) = 96+50+70=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #603246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603246 is #9FCDB9. Grayscale: #424242. Windows color (decimal): -10472890 or 4600416. OLE color: 4600416.

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

Color convert

RGB965070-
CMYK00.480.270.62
HSL333.91º31.51%28.63%-
HSV(B)333.91º47.92%37.65%-
XYZ7.075.216.43-
YUV66.03130.24149.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=44.44%
G=23.15%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96507000.480.270.62333.9131.5128.63
Hex6032460301B3E14e201d
Octal1406210606033765164035
Binary1100000110010100011001100001101111111010100111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603246; }

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

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

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

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

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

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

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

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