#604146

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

Shades of Tawny Port #604146

Tints of Tawny Port #604146

Color information

#604146 (or 0x604146) is unknown color: approx Tawny Port. HEX triplet: 60, 41 and 46. RGB value is (96,65,70). Sum of RGB (Red+Green+Blue) = 96+65+70=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #604146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604146 is #9FBEB9. Grayscale: #4A4A4A. Windows color (decimal): -10469050 or 4604256. OLE color: 4604256.

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

Color convert

RGB966570-
CMYK00.320.270.62
HSL350.32º19.25%31.57%-
HSV(B)350.32º32.29%37.65%-
XYZ7.826.716.68-
YUV74.84125.27143.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=41.56%
G=28.14%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96657000.320.270.62350.3219.2531.57
Hex6041460201B3E15e1320
Octal14010110604033765362340
Binary11000001000001100011001000001101111111010101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604146; }

 p { color: rgb(96,65,70); }

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

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

 a { background-color: rgb(96,65,70); }

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

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

 span { border-color: rgb(96,65,70); }

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