#603A45

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

Shades of Tawny Port #603A45

Tints of Tawny Port #603A45

Color information

#603A45 (or 0x603A45) is unknown color: approx Tawny Port. HEX triplet: 60, 3A and 45. RGB value is (96,58,69). Sum of RGB (Red+Green+Blue) = 96+58+69=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #603A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A45 is #9FC5BA. Grayscale: #464646. Windows color (decimal): -10470843 or 4536928. OLE color: 4536928.

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

Color convert

RGB965869-
CMYK00.400.280.62
HSL342.63º24.68%30.2%-
HSV(B)342.63º39.58%37.65%-
XYZ7.415.946.39-
YUV70.62127.09146.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=43.05%
G=26.01%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96586900.400.280.62342.6324.6830.2
Hex603A450281C3E157191e
Octal1407210505034765273136
Binary110000011101010001010101000111001111101010101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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