#60334A

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

Shades of Tawny Port #60334A

Tints of Tawny Port #60334A

Color information

#60334A (or 0x60334A) is unknown color: approx Tawny Port. HEX triplet: 60, 33 and 4A. RGB value is (96,51,74). Sum of RGB (Red+Green+Blue) = 96+51+74=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #60334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60334A is #9FCCB5. Grayscale: #434343. Windows color (decimal): -10472630 or 4862816. OLE color: 4862816.

HSL color Cylindrical-coordinate representation of color #60334A: hue angle of 329.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60334A is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB965174-
CMYK00.470.230.62
HSL329.33º30.61%28.82%-
HSV(B)329.33º46.88%37.65%-
XYZ7.245.357.13-
YUV67.08131.91148.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=43.44%
G=23.08%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96517400.470.230.62329.3330.6128.82
Hex60334A02F173E1491f1d
Octal1406311205727765113735
Binary110000011001110010100101111101111111101010010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60334A; }

 p { color: rgb(96,51,74); }

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

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

 a { background-color: rgb(96,51,74); }

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

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

 span { border-color: rgb(96,51,74); }

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