#60404A

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

Shades of Tawny Port #60404A

Tints of Tawny Port #60404A

Color information

#60404A (or 0x60404A) is unknown color: approx Tawny Port. HEX triplet: 60, 40 and 4A. RGB value is (96,64,74). Sum of RGB (Red+Green+Blue) = 96+64+74=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #60404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60404A is #9FBFB5. Grayscale: #4A4A4A. Windows color (decimal): -10469302 or 4866144. OLE color: 4866144.

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

Color convert

RGB966474-
CMYK00.330.230.62
HSL341.25º20%31.37%-
HSV(B)341.25º33.33%37.65%-
XYZ7.896.657.35-
YUV74.71127.6143.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=41.03%
G=27.35%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96647400.330.230.62341.252031.37
Hex60404A021173E155141f
Octal14010011204127765252437
Binary1100000100000010010100100001101111111101010101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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