#603740

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

Shades of Tawny Port #603740

Tints of Tawny Port #603740

Color information

#603740 (or 0x603740) is unknown color: approx Tawny Port. HEX triplet: 60, 37 and 40. RGB value is (96,55,64). Sum of RGB (Red+Green+Blue) = 96+55+64=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #603740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603740 is #9FC8BF. Grayscale: #444444. Windows color (decimal): -10471616 or 4208480. OLE color: 4208480.

HSL color Cylindrical-coordinate representation of color #603740: hue angle of 346.83º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #603740 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB965564-
CMYK00.430.330.62
HSL346.83º27.15%29.61%-
HSV(B)346.83º42.71%37.65%-
XYZ7.125.595.55-
YUV68.28125.58147.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=44.65%
G=25.58%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96556400.430.330.62346.8327.1529.61
Hex60374002B213E15b1b1e
Octal1406710005341765333336
Binary1100000110111100000001010111000011111101010110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603740; }

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

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

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

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

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

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

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

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