Shades of Cutty Sark #62716C
Tints of Cutty Sark #62716C
RGB
CMYK
RGB Variations
Color information
#62716C (or 0x62716C) is known color: Cutty Sark. HEX triplet: 62, 71 and 6C. RGB value is (98,113,108). Sum of RGB (Red+Green+Blue) = 98+113+108=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #62716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62716C is #9D8E93. Grayscale: #6B6B6B. Windows color (decimal): -10325652 or 7106914. OLE color: 7106914.
HSL color Cylindrical-coordinate representation of color #62716C: 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 #62716C is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 113 | 108 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.56 |
| HSL | 160º | 0.07% | 0.41% | - |
| HSV(B) | 160º | 0.13% | 0.44% | - |
| XYZ | 13.65 | 15.49 | 16.46 | - |
| YUV | 107.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 108 | 0.13 | 0 | 0.04 | 0.56 | 160 | 0.07 | 0.41 |
| Hex | 62 | 71 | 6C | D | 0 | 4 | 38 | A0 | 7 | 29 |
| Octal | 142 | 161 | 154 | 15 | 0 | 4 | 70 | 240 | 7 | 51 |
| Binary | 1100010 | 1110001 | 1101100 | 1101 | 0 | 100 | 111000 | 10100000 | 111 | 101001 |
Color Harmonies of #62716C
Complementary color
Monochromatic Colors of #62716C
Black with #62716C
Text Example
Text Example
White with #62716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62716C; }
p { color: rgb(98,113,108); }
H1.HeaderClassName
{
color: #62716C;
}
.AnyTagClassName
{
color: #62716C;
}
</style>
background-color css
<style>
a { background-color: #62716C; }
a { background-color: rgb(98,113,108); }
div.DivClassName
{
background-color: #62716C;
}
.BgClassName
{
background-color: #62716C;
}
</style>
border-color css
<style>
span { border-color: #62716C; }
span { border-color: rgb(98,113,108); }
td.TdClassName
{
border-color: #62716C;
}
.TagClassName
{
border-color: #62716C;
}
</style>