Shades of Cutty Sark #608379
Tints of Cutty Sark #608379
RGB
CMYK
RGB Variations
Color information
#608379 (or 0x608379) is known color: Cutty Sark. HEX triplet: 60, 83 and 79. RGB value is (96,131,121). Sum of RGB (Red+Green+Blue) = 96+131+121=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #608379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608379 is #9F7C86. Grayscale: #777777. Windows color (decimal): -10452103 or 7963488. OLE color: 7963488.
HSL color Cylindrical-coordinate representation of color #608379: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608379 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 131 | 121 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.49 |
| HSL | 162.86º | 0.15% | 0.45% | - |
| HSV(B) | 162.86º | 0.27% | 0.51% | - |
| XYZ | 16.39 | 20.1 | 21.1 | - |
| YUV | 119.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 121 | 0.27 | 0 | 0.08 | 0.49 | 162.86 | 0.15 | 0.45 |
| Hex | 60 | 83 | 79 | 1B | 0 | 8 | 31 | A3 | F | 2D |
| Octal | 140 | 203 | 171 | 33 | 0 | 10 | 61 | 243 | 17 | 55 |
| Binary | 1100000 | 10000011 | 1111001 | 11011 | 0 | 1000 | 110001 | 10100011 | 1111 | 101101 |
Color Harmonies of #608379
Complementary color
Monochromatic Colors of #608379
Black with #608379
Text Example
Text Example
White with #608379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608379; }
p { color: rgb(96,131,121); }
H1.HeaderClassName
{
color: #608379;
}
.AnyTagClassName
{
color: #608379;
}
</style>
background-color css
<style>
a { background-color: #608379; }
a { background-color: rgb(96,131,121); }
div.DivClassName
{
background-color: #608379;
}
.BgClassName
{
background-color: #608379;
}
</style>
border-color css
<style>
span { border-color: #608379; }
span { border-color: rgb(96,131,121); }
td.TdClassName
{
border-color: #608379;
}
.TagClassName
{
border-color: #608379;
}
</style>