Shades of Cutty Sark #688379
Tints of Cutty Sark #688379
RGB
CMYK
RGB Variations
Color information
#688379 (or 0x688379) is known color: Cutty Sark. HEX triplet: 68, 83 and 79. RGB value is (104,131,121). Sum of RGB (Red+Green+Blue) = 104+131+121=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #688379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688379 is #977C86. Grayscale: #797979. Windows color (decimal): -9927815 or 7963496. OLE color: 7963496.
HSL color Cylindrical-coordinate representation of color #688379: hue angle of 157.78º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688379 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 131 | 121 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.49 |
| HSL | 157.78º | 0.11% | 0.46% | - |
| HSV(B) | 157.78º | 0.21% | 0.51% | - |
| XYZ | 17.28 | 20.56 | 21.15 | - |
| YUV | 121.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 121 | 0.21 | 0 | 0.08 | 0.49 | 157.78 | 0.11 | 0.46 |
| Hex | 68 | 83 | 79 | 15 | 0 | 8 | 31 | 9E | B | 2E |
| Octal | 150 | 203 | 171 | 25 | 0 | 10 | 61 | 236 | 13 | 56 |
| Binary | 1101000 | 10000011 | 1111001 | 10101 | 0 | 1000 | 110001 | 10011110 | 1011 | 101110 |
Color Harmonies of #688379
Complementary color
Monochromatic Colors of #688379
Black with #688379
Text Example
Text Example
White with #688379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688379; }
p { color: rgb(104,131,121); }
H1.HeaderClassName
{
color: #688379;
}
.AnyTagClassName
{
color: #688379;
}
</style>
background-color css
<style>
a { background-color: #688379; }
a { background-color: rgb(104,131,121); }
div.DivClassName
{
background-color: #688379;
}
.BgClassName
{
background-color: #688379;
}
</style>
border-color css
<style>
span { border-color: #688379; }
span { border-color: rgb(104,131,121); }
td.TdClassName
{
border-color: #688379;
}
.TagClassName
{
border-color: #688379;
}
</style>