#603C45

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

Shades of Tawny Port #603C45

Tints of Tawny Port #603C45

Color information

#603C45 (or 0x603C45) is unknown color: approx Tawny Port. HEX triplet: 60, 3C and 45. RGB value is (96,60,69). Sum of RGB (Red+Green+Blue) = 96+60+69=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #603C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C45 is #9FC3BA. Grayscale: #474747. Windows color (decimal): -10470331 or 4537440. OLE color: 4537440.

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

Color convert

RGB966069-
CMYK00.380.280.62
HSL345º23.08%30.59%-
HSV(B)345º37.5%37.65%-
XYZ7.516.156.42-
YUV71.79126.43145.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=42.67%
G=26.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96606900.380.280.6234523.0830.59
Hex603C450261C3E159171f
Octal1407410504634765312737
Binary110000011110010001010100110111001111101010110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,60,69); }

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

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

 a { background-color: rgb(96,60,69); }

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

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

 span { border-color: rgb(96,60,69); }

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