Shades of Cutty Sark #61756D
Tints of Cutty Sark #61756D
RGB
CMYK
RGB Variations
Color information
#61756D (or 0x61756D) is known color: Cutty Sark. HEX triplet: 61, 75 and 6D. RGB value is (97,117,109). Sum of RGB (Red+Green+Blue) = 97+117+109=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #61756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61756D is #9E8A92. Grayscale: #6E6E6E. Windows color (decimal): -10390163 or 7173473. OLE color: 7173473.
HSL color Cylindrical-coordinate representation of color #61756D: hue angle of 156º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #61756D is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 117 | 109 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.54 |
| HSL | 156º | 0.09% | 0.42% | - |
| HSV(B) | 156º | 0.17% | 0.46% | - |
| XYZ | 14.05 | 16.37 | 16.89 | - |
| YUV | 110.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 117 | 109 | 0.17 | 0 | 0.07 | 0.54 | 156 | 0.09 | 0.42 |
| Hex | 61 | 75 | 6D | 11 | 0 | 7 | 36 | 9C | 9 | 2A |
| Octal | 141 | 165 | 155 | 21 | 0 | 7 | 66 | 234 | 11 | 52 |
| Binary | 1100001 | 1110101 | 1101101 | 10001 | 0 | 111 | 110110 | 10011100 | 1001 | 101010 |
Color Harmonies of #61756D
Complementary color
Monochromatic Colors of #61756D
Black with #61756D
Text Example
Text Example
White with #61756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61756D; }
p { color: rgb(97,117,109); }
H1.HeaderClassName
{
color: #61756D;
}
.AnyTagClassName
{
color: #61756D;
}
</style>
background-color css
<style>
a { background-color: #61756D; }
a { background-color: rgb(97,117,109); }
div.DivClassName
{
background-color: #61756D;
}
.BgClassName
{
background-color: #61756D;
}
</style>
border-color css
<style>
span { border-color: #61756D; }
span { border-color: rgb(97,117,109); }
td.TdClassName
{
border-color: #61756D;
}
.TagClassName
{
border-color: #61756D;
}
</style>