Shades of Cutty Sark #6A8679
Tints of Cutty Sark #6A8679
RGB
CMYK
RGB Variations
Color information
#6A8679 (or 0x6A8679) is known color: Cutty Sark. HEX triplet: 6A, 86 and 79. RGB value is (106,134,121). Sum of RGB (Red+Green+Blue) = 106+134+121=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8679 is #957986. Grayscale: #7C7C7C. Windows color (decimal): -9795975 or 7964266. OLE color: 7964266.
HSL color Cylindrical-coordinate representation of color #6A8679: hue angle of 152.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A8679 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 121 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.47 |
| HSL | 152.14º | 0.12% | 0.47% | - |
| HSV(B) | 152.14º | 0.21% | 0.53% | - |
| XYZ | 17.92 | 21.49 | 21.29 | - |
| YUV | 124.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 121 | 0.21 | 0 | 0.10 | 0.47 | 152.14 | 0.12 | 0.47 |
| Hex | 6A | 86 | 79 | 15 | 0 | A | 2F | 98 | C | 2F |
| Octal | 152 | 206 | 171 | 25 | 0 | 12 | 57 | 230 | 14 | 57 |
| Binary | 1101010 | 10000110 | 1111001 | 10101 | 0 | 1010 | 101111 | 10011000 | 1100 | 101111 |
Color Harmonies of #6A8679
Complementary color
Monochromatic Colors of #6A8679
Black with #6A8679
Text Example
Text Example
White with #6A8679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8679; }
p { color: rgb(106,134,121); }
H1.HeaderClassName
{
color: #6A8679;
}
.AnyTagClassName
{
color: #6A8679;
}
</style>
background-color css
<style>
a { background-color: #6A8679; }
a { background-color: rgb(106,134,121); }
div.DivClassName
{
background-color: #6A8679;
}
.BgClassName
{
background-color: #6A8679;
}
</style>
border-color css
<style>
span { border-color: #6A8679; }
span { border-color: rgb(106,134,121); }
td.TdClassName
{
border-color: #6A8679;
}
.TagClassName
{
border-color: #6A8679;
}
</style>