#60344F

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

Shades of Tawny Port #60344F

Tints of Tawny Port #60344F

Color information

#60344F (or 0x60344F) is unknown color: approx Tawny Port. HEX triplet: 60, 34 and 4F. RGB value is (96,52,79). Sum of RGB (Red+Green+Blue) = 96+52+79=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60344F is #9FCBB0. Grayscale: #444444. Windows color (decimal): -10472369 or 5190752. OLE color: 5190752.

HSL color Cylindrical-coordinate representation of color #60344F: hue angle of 323.18º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60344F is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB965279-
CMYK00.460.180.62
HSL323.18º29.73%29.02%-
HSV(B)323.18º45.83%37.65%-
XYZ7.465.518.07-
YUV68.23134.08147.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=42.29%
G=22.91%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96527900.460.180.62323.1829.7329.02
Hex60344F02E123E1431e1d
Octal1406411705622765033635
Binary110000011010010011110101110100101111101010000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60344F; }

 p { color: rgb(96,52,79); }

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

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

 a { background-color: rgb(96,52,79); }

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

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

 span { border-color: rgb(96,52,79); }

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