Shades of Cutty Sark #61706B
Tints of Cutty Sark #61706B
RGB
CMYK
RGB Variations
Color information
#61706B (or 0x61706B) is known color: Cutty Sark. HEX triplet: 61, 70 and 6B. RGB value is (97,112,107). Sum of RGB (Red+Green+Blue) = 97+112+107=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #61706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61706B is #9E8F94. Grayscale: #6A6A6A. Windows color (decimal): -10391445 or 7041121. OLE color: 7041121.
HSL color Cylindrical-coordinate representation of color #61706B: hue angle of 160º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #61706B is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 112 | 107 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.56 |
| HSL | 160º | 0.07% | 0.41% | - |
| HSV(B) | 160º | 0.13% | 0.44% | - |
| XYZ | 13.38 | 15.19 | 16.14 | - |
| YUV | 106.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 107 | 0.13 | 0 | 0.04 | 0.56 | 160 | 0.07 | 0.41 |
| Hex | 61 | 70 | 6B | D | 0 | 4 | 38 | A0 | 7 | 29 |
| Octal | 141 | 160 | 153 | 15 | 0 | 4 | 70 | 240 | 7 | 51 |
| Binary | 1100001 | 1110000 | 1101011 | 1101 | 0 | 100 | 111000 | 10100000 | 111 | 101001 |
Color Harmonies of #61706B
Complementary color
Monochromatic Colors of #61706B
Black with #61706B
Text Example
Text Example
White with #61706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61706B; }
p { color: rgb(97,112,107); }
H1.HeaderClassName
{
color: #61706B;
}
.AnyTagClassName
{
color: #61706B;
}
</style>
background-color css
<style>
a { background-color: #61706B; }
a { background-color: rgb(97,112,107); }
div.DivClassName
{
background-color: #61706B;
}
.BgClassName
{
background-color: #61706B;
}
</style>
border-color css
<style>
span { border-color: #61706B; }
span { border-color: rgb(97,112,107); }
td.TdClassName
{
border-color: #61706B;
}
.TagClassName
{
border-color: #61706B;
}
</style>