Shades of Cutty Sark #628672
Tints of Cutty Sark #628672
RGB
CMYK
RGB Variations
Color information
#628672 (or 0x628672) is known color: Cutty Sark. HEX triplet: 62, 86 and 72. RGB value is (98,134,114). Sum of RGB (Red+Green+Blue) = 98+134+114=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #628672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628672 is #9D798D. Grayscale: #797979. Windows color (decimal): -10320270 or 7505506. OLE color: 7505506.
HSL color Cylindrical-coordinate representation of color #628672: hue angle of 146.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #628672 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 114 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.47 |
| HSL | 146.67º | 0.16% | 0.45% | - |
| HSV(B) | 146.67º | 0.27% | 0.53% | - |
| XYZ | 16.6 | 20.86 | 19.07 | - |
| YUV | 120.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 114 | 0.27 | 0 | 0.15 | 0.47 | 146.67 | 0.16 | 0.45 |
| Hex | 62 | 86 | 72 | 1B | 0 | F | 2F | 93 | 10 | 2D |
| Octal | 142 | 206 | 162 | 33 | 0 | 17 | 57 | 223 | 20 | 55 |
| Binary | 1100010 | 10000110 | 1110010 | 11011 | 0 | 1111 | 101111 | 10010011 | 10000 | 101101 |
Color Harmonies of #628672
Complementary color
Monochromatic Colors of #628672
Black with #628672
Text Example
Text Example
White with #628672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628672; }
p { color: rgb(98,134,114); }
H1.HeaderClassName
{
color: #628672;
}
.AnyTagClassName
{
color: #628672;
}
</style>
background-color css
<style>
a { background-color: #628672; }
a { background-color: rgb(98,134,114); }
div.DivClassName
{
background-color: #628672;
}
.BgClassName
{
background-color: #628672;
}
</style>
border-color css
<style>
span { border-color: #628672; }
span { border-color: rgb(98,134,114); }
td.TdClassName
{
border-color: #628672;
}
.TagClassName
{
border-color: #628672;
}
</style>