Shades of Cutty Sark #65867A
Tints of Cutty Sark #65867A
RGB
CMYK
RGB Variations
Color information
#65867A (or 0x65867A) is known color: Cutty Sark. HEX triplet: 65, 86 and 7A. RGB value is (101,134,122). Sum of RGB (Red+Green+Blue) = 101+134+122=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #65867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65867A is #9A7985. Grayscale: #7A7A7A. Windows color (decimal): -10123654 or 8029797. OLE color: 8029797.
HSL color Cylindrical-coordinate representation of color #65867A: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65867A is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 122 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.47 |
| HSL | 158.18º | 0.14% | 0.46% | - |
| HSV(B) | 158.18º | 0.25% | 0.53% | - |
| XYZ | 17.4 | 21.22 | 21.59 | - |
| YUV | 122.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 122 | 0.25 | 0 | 0.09 | 0.47 | 158.18 | 0.14 | 0.46 |
| Hex | 65 | 86 | 7A | 19 | 0 | 9 | 2F | 9E | E | 2E |
| Octal | 145 | 206 | 172 | 31 | 0 | 11 | 57 | 236 | 16 | 56 |
| Binary | 1100101 | 10000110 | 1111010 | 11001 | 0 | 1001 | 101111 | 10011110 | 1110 | 101110 |
Color Harmonies of #65867A
Complementary color
Monochromatic Colors of #65867A
Black with #65867A
Text Example
Text Example
White with #65867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65867A; }
p { color: rgb(101,134,122); }
H1.HeaderClassName
{
color: #65867A;
}
.AnyTagClassName
{
color: #65867A;
}
</style>
background-color css
<style>
a { background-color: #65867A; }
a { background-color: rgb(101,134,122); }
div.DivClassName
{
background-color: #65867A;
}
.BgClassName
{
background-color: #65867A;
}
</style>
border-color css
<style>
span { border-color: #65867A; }
span { border-color: rgb(101,134,122); }
td.TdClassName
{
border-color: #65867A;
}
.TagClassName
{
border-color: #65867A;
}
</style>