#60464E

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

Shades of Tawny Port #60464E

Tints of Tawny Port #60464E

Color information

#60464E (or 0x60464E) is unknown color: approx Tawny Port. HEX triplet: 60, 46 and 4E. RGB value is (96,70,78). Sum of RGB (Red+Green+Blue) = 96+70+78=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #60464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60464E is #9FB9B1. Grayscale: #4E4E4E. Windows color (decimal): -10467762 or 5129824. OLE color: 5129824.

HSL color Cylindrical-coordinate representation of color #60464E: hue angle of 341.54º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60464E is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB967078-
CMYK00.270.190.62
HSL341.54º15.66%32.55%-
HSV(B)341.54º27.08%37.65%-
XYZ8.397.428.2-
YUV78.69127.61140.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=39.34%
G=28.69%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96707800.270.190.62341.5415.6632.55
Hex60464E01B133E1561021
Octal14010611603323765262041
Binary1100000100011010011100110111001111111010101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60464E; }

 p { color: rgb(96,70,78); }

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

<style>
 a { background-color: #60464E; }

 a { background-color: rgb(96,70,78); }

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

<style>
 span { border-color: #60464E; }

 span { border-color: rgb(96,70,78); }

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