Shades of Cutty Sark #61786E
Tints of Cutty Sark #61786E
RGB
CMYK
RGB Variations
Color information
#61786E (or 0x61786E) is known color: Cutty Sark. HEX triplet: 61, 78 and 6E. RGB value is (97,120,110). Sum of RGB (Red+Green+Blue) = 97+120+110=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 120 - color contains mainly: green. Hex color #61786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61786E is #9E8791. Grayscale: #6F6F6F. Windows color (decimal): -10389394 or 7239777. OLE color: 7239777.
HSL color Cylindrical-coordinate representation of color #61786E: hue angle of 153.91º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61786E is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 120 | 110 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.53 |
| HSL | 153.91º | 0.11% | 0.43% | - |
| HSV(B) | 153.91º | 0.19% | 0.47% | - |
| XYZ | 14.46 | 17.1 | 17.29 | - |
| YUV | 111.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 110 | 0.19 | 0 | 0.08 | 0.53 | 153.91 | 0.11 | 0.43 |
| Hex | 61 | 78 | 6E | 13 | 0 | 8 | 35 | 9A | B | 2B |
| Octal | 141 | 170 | 156 | 23 | 0 | 10 | 65 | 232 | 13 | 53 |
| Binary | 1100001 | 1111000 | 1101110 | 10011 | 0 | 1000 | 110101 | 10011010 | 1011 | 101011 |
Color Harmonies of #61786E
Complementary color
Monochromatic Colors of #61786E
Black with #61786E
Text Example
Text Example
White with #61786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61786E; }
p { color: rgb(97,120,110); }
H1.HeaderClassName
{
color: #61786E;
}
.AnyTagClassName
{
color: #61786E;
}
</style>
background-color css
<style>
a { background-color: #61786E; }
a { background-color: rgb(97,120,110); }
div.DivClassName
{
background-color: #61786E;
}
.BgClassName
{
background-color: #61786E;
}
</style>
border-color css
<style>
span { border-color: #61786E; }
span { border-color: rgb(97,120,110); }
td.TdClassName
{
border-color: #61786E;
}
.TagClassName
{
border-color: #61786E;
}
</style>