#603240

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

Shades of Tawny Port #603240

Tints of Tawny Port #603240

Color information

#603240 (or 0x603240) is unknown color: approx Tawny Port. HEX triplet: 60, 32 and 40. RGB value is (96,50,64). Sum of RGB (Red+Green+Blue) = 96+50+64=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #603240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603240 is #9FCDBF. Grayscale: #414141. Windows color (decimal): -10472896 or 4207200. OLE color: 4207200.

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

Color convert

RGB965064-
CMYK00.480.330.62
HSL341.74º31.51%28.63%-
HSV(B)341.74º47.92%37.65%-
XYZ6.895.145.48-
YUV65.35127.24149.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=45.71%
G=23.81%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96506400.480.330.62341.7431.5128.63
Hex603240030213E156201d
Octal1406210006041765264035
Binary11000001100101000000011000010000111111010101011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603240; }

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

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

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

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

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

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

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

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