#60334C

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

Shades of Tawny Port #60334C

Tints of Tawny Port #60334C

Color information

#60334C (or 0x60334C) is unknown color: approx Tawny Port. HEX triplet: 60, 33 and 4C. RGB value is (96,51,76). Sum of RGB (Red+Green+Blue) = 96+51+76=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #60334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60334C is #9FCCB3. Grayscale: #434343. Windows color (decimal): -10472628 or 4993888. OLE color: 4993888.

HSL color Cylindrical-coordinate representation of color #60334C: hue angle of 326.67º 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 #60334C is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB965176-
CMYK00.470.210.62
HSL326.67º30.61%28.82%-
HSV(B)326.67º46.88%37.65%-
XYZ7.315.387.49-
YUV67.3132.91148.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=43.05%
G=22.87%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96517600.470.210.62326.6730.6128.82
Hex60334C02F153E1471f1d
Octal1406311405725765073735
Binary110000011001110011000101111101011111101010001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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