#603D48

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

Shades of Tawny Port #603D48

Tints of Tawny Port #603D48

Color information

#603D48 (or 0x603D48) is unknown color: approx Tawny Port. HEX triplet: 60, 3D and 48. RGB value is (96,61,72). Sum of RGB (Red+Green+Blue) = 96+61+72=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #603D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D48 is #9FC2B7. Grayscale: #484848. Windows color (decimal): -10470072 or 4734304. OLE color: 4734304.

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

Color convert

RGB966172-
CMYK00.360.250.62
HSL341.14º22.29%30.78%-
HSV(B)341.14º36.46%37.65%-
XYZ7.666.296.94-
YUV72.72127.6144.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=41.92%
G=26.64%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96617200.360.250.62341.1422.2930.78
Hex603D48024193E155161f
Octal1407511004431765252637
Binary110000011110110010000100100110011111101010101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,61,72); }

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

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

 a { background-color: rgb(96,61,72); }

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

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

 span { border-color: rgb(96,61,72); }

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