Shades of Cutty Sark #647970
Tints of Cutty Sark #647970
RGB
CMYK
RGB Variations
Color information
#647970 (or 0x647970) is known color: Cutty Sark. HEX triplet: 64, 79 and 70. RGB value is (100,121,112). Sum of RGB (Red+Green+Blue) = 100+121+112=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 121 - color contains mainly: green. Hex color #647970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647970 is #9B868F. Grayscale: #717171. Windows color (decimal): -10192528 or 7371108. OLE color: 7371108.
HSL color Cylindrical-coordinate representation of color #647970: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #647970 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 121 | 112 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.53 |
| HSL | 154.29º | 0.1% | 0.43% | - |
| HSV(B) | 154.29º | 0.17% | 0.47% | - |
| XYZ | 15.02 | 17.55 | 17.93 | - |
| YUV | 113.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 112 | 0.17 | 0 | 0.07 | 0.53 | 154.29 | 0.1 | 0.43 |
| Hex | 64 | 79 | 70 | 11 | 0 | 7 | 35 | 9A | A | 2B |
| Octal | 144 | 171 | 160 | 21 | 0 | 7 | 65 | 232 | 12 | 53 |
| Binary | 1100100 | 1111001 | 1110000 | 10001 | 0 | 111 | 110101 | 10011010 | 1010 | 101011 |
Color Harmonies of #647970
Complementary color
Monochromatic Colors of #647970
Black with #647970
Text Example
Text Example
White with #647970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647970; }
p { color: rgb(100,121,112); }
H1.HeaderClassName
{
color: #647970;
}
.AnyTagClassName
{
color: #647970;
}
</style>
background-color css
<style>
a { background-color: #647970; }
a { background-color: rgb(100,121,112); }
div.DivClassName
{
background-color: #647970;
}
.BgClassName
{
background-color: #647970;
}
</style>
border-color css
<style>
span { border-color: #647970; }
span { border-color: rgb(100,121,112); }
td.TdClassName
{
border-color: #647970;
}
.TagClassName
{
border-color: #647970;
}
</style>