Shades of Cutty Sark #60746D
Tints of Cutty Sark #60746D
RGB
CMYK
RGB Variations
Color information
#60746D (or 0x60746D) is known color: Cutty Sark. HEX triplet: 60, 74 and 6D. RGB value is (96,116,109). Sum of RGB (Red+Green+Blue) = 96+116+109=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 116 - color contains mainly: green. Hex color #60746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60746D is #9F8B92. Grayscale: #6D6D6D. Windows color (decimal): -10455955 or 7173216. OLE color: 7173216.
HSL color Cylindrical-coordinate representation of color #60746D: hue angle of 159º 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 #60746D is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 109 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.55 |
| HSL | 159º | 0.09% | 0.42% | - |
| HSV(B) | 159º | 0.17% | 0.45% | - |
| XYZ | 13.83 | 16.08 | 16.84 | - |
| YUV | 109.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 109 | 0.17 | 0 | 0.06 | 0.55 | 159 | 0.09 | 0.42 |
| Hex | 60 | 74 | 6D | 11 | 0 | 6 | 37 | 9F | 9 | 2A |
| Octal | 140 | 164 | 155 | 21 | 0 | 6 | 67 | 237 | 11 | 52 |
| Binary | 1100000 | 1110100 | 1101101 | 10001 | 0 | 110 | 110111 | 10011111 | 1001 | 101010 |
Color Harmonies of #60746D
Complementary color
Monochromatic Colors of #60746D
Black with #60746D
Text Example
Text Example
White with #60746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60746D; }
p { color: rgb(96,116,109); }
H1.HeaderClassName
{
color: #60746D;
}
.AnyTagClassName
{
color: #60746D;
}
</style>
background-color css
<style>
a { background-color: #60746D; }
a { background-color: rgb(96,116,109); }
div.DivClassName
{
background-color: #60746D;
}
.BgClassName
{
background-color: #60746D;
}
</style>
border-color css
<style>
span { border-color: #60746D; }
span { border-color: rgb(96,116,109); }
td.TdClassName
{
border-color: #60746D;
}
.TagClassName
{
border-color: #60746D;
}
</style>