#60414D

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

Shades of Tawny Port #60414D

Tints of Tawny Port #60414D

Color information

#60414D (or 0x60414D) is unknown color: approx Tawny Port. HEX triplet: 60, 41 and 4D. RGB value is (96,65,77). Sum of RGB (Red+Green+Blue) = 96+65+77=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #60414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60414D is #9FBEB2. Grayscale: #4B4B4B. Windows color (decimal): -10469043 or 5063008. OLE color: 5063008.

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

Color convert

RGB966577-
CMYK00.320.200.62
HSL336.77º19.25%31.57%-
HSV(B)336.77º32.29%37.65%-
XYZ8.056.87.91-
YUV75.64128.77142.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.34%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=40.34%
G=27.31%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96657700.320.200.62336.7719.2531.57
Hex60414D020143E1511320
Octal14010111504024765212340
Binary11000001000001100110101000001010011111010101000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60414D; }

 p { color: rgb(96,65,77); }

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

<style>
 a { background-color: #60414D; }

 a { background-color: rgb(96,65,77); }

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

<style>
 span { border-color: #60414D; }

 span { border-color: rgb(96,65,77); }

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