Shades of Cutty Sark #60746E
Tints of Cutty Sark #60746E
RGB
CMYK
RGB Variations
Color information
#60746E (or 0x60746E) is known color: Cutty Sark. HEX triplet: 60, 74 and 6E. RGB value is (96,116,110). Sum of RGB (Red+Green+Blue) = 96+116+110=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #60746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60746E is #9F8B91. Grayscale: #6D6D6D. Windows color (decimal): -10455954 or 7238752. OLE color: 7238752.
HSL color Cylindrical-coordinate representation of color #60746E: hue angle of 162º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #60746E is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 110 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.55 |
| HSL | 162º | 0.09% | 0.42% | - |
| HSV(B) | 162º | 0.17% | 0.45% | - |
| XYZ | 13.88 | 16.1 | 17.13 | - |
| YUV | 109.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 110 | 0.17 | 0 | 0.05 | 0.55 | 162 | 0.09 | 0.42 |
| Hex | 60 | 74 | 6E | 11 | 0 | 5 | 37 | A2 | 9 | 2A |
| Octal | 140 | 164 | 156 | 21 | 0 | 5 | 67 | 242 | 11 | 52 |
| Binary | 1100000 | 1110100 | 1101110 | 10001 | 0 | 101 | 110111 | 10100010 | 1001 | 101010 |
Color Harmonies of #60746E
Complementary color
Monochromatic Colors of #60746E
Black with #60746E
Text Example
Text Example
White with #60746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60746E; }
p { color: rgb(96,116,110); }
H1.HeaderClassName
{
color: #60746E;
}
.AnyTagClassName
{
color: #60746E;
}
</style>
background-color css
<style>
a { background-color: #60746E; }
a { background-color: rgb(96,116,110); }
div.DivClassName
{
background-color: #60746E;
}
.BgClassName
{
background-color: #60746E;
}
</style>
border-color css
<style>
span { border-color: #60746E; }
span { border-color: rgb(96,116,110); }
td.TdClassName
{
border-color: #60746E;
}
.TagClassName
{
border-color: #60746E;
}
</style>