#60404B

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

Shades of Tawny Port #60404B

Tints of Tawny Port #60404B

Color information

#60404B (or 0x60404B) is unknown color: approx Tawny Port. HEX triplet: 60, 40 and 4B. RGB value is (96,64,75). Sum of RGB (Red+Green+Blue) = 96+64+75=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #60404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60404B is #9FBFB4. Grayscale: #4A4A4A. Windows color (decimal): -10469301 or 4931680. OLE color: 4931680.

HSL color Cylindrical-coordinate representation of color #60404B: hue angle of 339.38º 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 #60404B is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB966475-
CMYK00.330.220.62
HSL339.38º20%31.37%-
HSV(B)339.38º33.33%37.65%-
XYZ7.936.667.52-
YUV74.82128.1143.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=40.85%
G=27.23%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96647500.330.220.62339.382031.37
Hex60404B021163E153141f
Octal14010011304126765232437
Binary1100000100000010010110100001101101111101010100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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