#603448

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

Shades of Tawny Port #603448

Tints of Tawny Port #603448

Color information

#603448 (or 0x603448) is unknown color: approx Tawny Port. HEX triplet: 60, 34 and 48. RGB value is (96,52,72). Sum of RGB (Red+Green+Blue) = 96+52+72=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #603448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603448 is #9FCBB7. Grayscale: #434343. Windows color (decimal): -10472376 or 4732000. OLE color: 4732000.

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

Color convert

RGB965272-
CMYK00.460.250.62
HSL332.73º29.73%29.02%-
HSV(B)332.73º45.83%37.65%-
XYZ7.225.416.79-
YUV67.44130.58148.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=43.64%
G=23.64%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96527200.460.250.62332.7329.7329.02
Hex60344802E193E14d1e1d
Octal1406411005631765153635
Binary110000011010010010000101110110011111101010011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603448; }

 p { color: rgb(96,52,72); }

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

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

 a { background-color: rgb(96,52,72); }

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

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

 span { border-color: rgb(96,52,72); }

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