#60344D

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

Shades of Tawny Port #60344D

Tints of Tawny Port #60344D

Color information

#60344D (or 0x60344D) is unknown color: approx Tawny Port. HEX triplet: 60, 34 and 4D. RGB value is (96,52,77). Sum of RGB (Red+Green+Blue) = 96+52+77=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60344D is #9FCBB2. Grayscale: #434343. Windows color (decimal): -10472371 or 5059680. OLE color: 5059680.

HSL color Cylindrical-coordinate representation of color #60344D: hue angle of 325.91º 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 #60344D is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB965277-
CMYK00.460.200.62
HSL325.91º29.73%29.02%-
HSV(B)325.91º45.83%37.65%-
XYZ7.395.487.69-
YUV68.01133.08147.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=42.67%
G=23.11%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96527700.460.200.62325.9129.7329.02
Hex60344D02E143E1461e1d
Octal1406411505624765063635
Binary110000011010010011010101110101001111101010001101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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