#60344B

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

Shades of Tawny Port #60344B

Tints of Tawny Port #60344B

Color information

#60344B (or 0x60344B) is unknown color: approx Tawny Port. HEX triplet: 60, 34 and 4B. RGB value is (96,52,75). Sum of RGB (Red+Green+Blue) = 96+52+75=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #60344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60344B is #9FCBB4. Grayscale: #434343. Windows color (decimal): -10472373 or 4928608. OLE color: 4928608.

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

Color convert

RGB965275-
CMYK00.460.220.62
HSL328.64º29.73%29.02%-
HSV(B)328.64º45.83%37.65%-
XYZ7.325.457.32-
YUV67.78132.08148.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=43.05%
G=23.32%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96527500.460.220.62328.6429.7329.02
Hex60344B02E163E1491e1d
Octal1406411305626765113635
Binary110000011010010010110101110101101111101010010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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