#603A42

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

Shades of Tawny Port #603A42

Tints of Tawny Port #603A42

Color information

#603A42 (or 0x603A42) is unknown color: approx Tawny Port. HEX triplet: 60, 3A and 42. RGB value is (96,58,66). Sum of RGB (Red+Green+Blue) = 96+58+66=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #603A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A42 is #9FC5BD. Grayscale: #464646. Windows color (decimal): -10470846 or 4340320. OLE color: 4340320.

HSL color Cylindrical-coordinate representation of color #603A42: hue angle of 347.37º 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 #603A42 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB965866-
CMYK00.400.310.62
HSL347.37º24.68%30.2%-
HSV(B)347.37º39.58%37.65%-
XYZ7.325.915.91-
YUV70.27125.59146.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 66 (26.17% from 255) = 30%
R=43.64%
G=26.36%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96586600.400.310.62347.3724.6830.2
Hex603A420281F3E15b191e
Octal1407210205037765333136
Binary110000011101010000100101000111111111101010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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