#60424A

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

Shades of Tawny Port #60424A

Tints of Tawny Port #60424A

Color information

#60424A (or 0x60424A) is unknown color: approx Tawny Port. HEX triplet: 60, 42 and 4A. RGB value is (96,66,74). Sum of RGB (Red+Green+Blue) = 96+66+74=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #60424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60424A is #9FBDB5. Grayscale: #4B4B4B. Windows color (decimal): -10468790 or 4866656. OLE color: 4866656.

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

Color convert

RGB966674-
CMYK00.310.230.62
HSL344º18.52%31.76%-
HSV(B)344º31.25%37.65%-
XYZ8.016.887.38-
YUV75.88126.94142.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.68%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=40.68%
G=27.97%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96667400.310.230.6234418.5231.76
Hex60424A01F173E1581320
Octal14010211203727765302340
Binary1100000100001010010100111111011111111010101100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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