Shades of Cutty Sark #617E71
Tints of Cutty Sark #617E71
RGB
CMYK
RGB Variations
Color information
#617E71 (or 0x617E71) is known color: Cutty Sark. HEX triplet: 61, 7E and 71. RGB value is (97,126,113). Sum of RGB (Red+Green+Blue) = 97+126+113=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 126 - color contains mainly: green. Hex color #617E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617E71 is #9E818E. Grayscale: #737373. Windows color (decimal): -10387855 or 7437921. OLE color: 7437921.
HSL color Cylindrical-coordinate representation of color #617E71: hue angle of 153.1º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #617E71 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 113 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.51 |
| HSL | 153.1º | 0.13% | 0.44% | - |
| HSV(B) | 153.1º | 0.23% | 0.49% | - |
| XYZ | 15.37 | 18.66 | 18.41 | - |
| YUV | 115.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 113 | 0.23 | 0 | 0.10 | 0.51 | 153.1 | 0.13 | 0.44 |
| Hex | 61 | 7E | 71 | 17 | 0 | A | 33 | 99 | D | 2C |
| Octal | 141 | 176 | 161 | 27 | 0 | 12 | 63 | 231 | 15 | 54 |
| Binary | 1100001 | 1111110 | 1110001 | 10111 | 0 | 1010 | 110011 | 10011001 | 1101 | 101100 |
Color Harmonies of #617E71
Complementary color
Monochromatic Colors of #617E71
Black with #617E71
Text Example
Text Example
White with #617E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E71; }
p { color: rgb(97,126,113); }
H1.HeaderClassName
{
color: #617E71;
}
.AnyTagClassName
{
color: #617E71;
}
</style>
background-color css
<style>
a { background-color: #617E71; }
a { background-color: rgb(97,126,113); }
div.DivClassName
{
background-color: #617E71;
}
.BgClassName
{
background-color: #617E71;
}
</style>
border-color css
<style>
span { border-color: #617E71; }
span { border-color: rgb(97,126,113); }
td.TdClassName
{
border-color: #617E71;
}
.TagClassName
{
border-color: #617E71;
}
</style>