Shades of Cutty Sark #62746D
Tints of Cutty Sark #62746D
RGB
CMYK
RGB Variations
Color information
#62746D (or 0x62746D) is known color: Cutty Sark. HEX triplet: 62, 74 and 6D. RGB value is (98,116,109). Sum of RGB (Red+Green+Blue) = 98+116+109=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #62746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62746D is #9D8B92. Grayscale: #6D6D6D. Windows color (decimal): -10324883 or 7173218. OLE color: 7173218.
HSL color Cylindrical-coordinate representation of color #62746D: hue angle of 156.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #62746D is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 116 | 109 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.55 |
| HSL | 156.67º | 0.08% | 0.42% | - |
| HSV(B) | 156.67º | 0.16% | 0.45% | - |
| XYZ | 14.04 | 16.19 | 16.85 | - |
| YUV | 109.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 109 | 0.16 | 0 | 0.06 | 0.55 | 156.67 | 0.08 | 0.42 |
| Hex | 62 | 74 | 6D | 10 | 0 | 6 | 37 | 9D | 8 | 2A |
| Octal | 142 | 164 | 155 | 20 | 0 | 6 | 67 | 235 | 10 | 52 |
| Binary | 1100010 | 1110100 | 1101101 | 10000 | 0 | 110 | 110111 | 10011101 | 1000 | 101010 |
Color Harmonies of #62746D
Complementary color
Monochromatic Colors of #62746D
Black with #62746D
Text Example
Text Example
White with #62746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62746D; }
p { color: rgb(98,116,109); }
H1.HeaderClassName
{
color: #62746D;
}
.AnyTagClassName
{
color: #62746D;
}
</style>
background-color css
<style>
a { background-color: #62746D; }
a { background-color: rgb(98,116,109); }
div.DivClassName
{
background-color: #62746D;
}
.BgClassName
{
background-color: #62746D;
}
</style>
border-color css
<style>
span { border-color: #62746D; }
span { border-color: rgb(98,116,109); }
td.TdClassName
{
border-color: #62746D;
}
.TagClassName
{
border-color: #62746D;
}
</style>