#603345

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

Shades of Tawny Port #603345

Tints of Tawny Port #603345

Color information

#603345 (or 0x603345) is unknown color: approx Tawny Port. HEX triplet: 60, 33 and 45. RGB value is (96,51,69). Sum of RGB (Red+Green+Blue) = 96+51+69=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #603345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603345 is #9FCCBA. Grayscale: #424242. Windows color (decimal): -10472635 or 4535136. OLE color: 4535136.

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

Color convert

RGB965169-
CMYK00.470.280.62
HSL336º30.61%28.82%-
HSV(B)336º46.88%37.65%-
XYZ7.085.286.28-
YUV66.51129.41149.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=44.44%
G=23.61%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96516900.470.280.6233630.6128.82
Hex60334502F1C3E1501f1d
Octal1406310505734765203735
Binary110000011001110001010101111111001111101010100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603345; }

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

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

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

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

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

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

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

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