Shades of Cutty Sark #648075
Tints of Cutty Sark #648075
RGB
CMYK
RGB Variations
Color information
#648075 (or 0x648075) is known color: Cutty Sark. HEX triplet: 64, 80 and 75. RGB value is (100,128,117). Sum of RGB (Red+Green+Blue) = 100+128+117=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #648075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648075 is #9B7F8A. Grayscale: #767676. Windows color (decimal): -10190731 or 7700580. OLE color: 7700580.
HSL color Cylindrical-coordinate representation of color #648075: hue angle of 156.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648075 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 128 | 117 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.50 |
| HSL | 156.43º | 0.12% | 0.45% | - |
| HSV(B) | 156.43º | 0.22% | 0.5% | - |
| XYZ | 16.19 | 19.43 | 19.73 | - |
| YUV | 118.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 117 | 0.22 | 0 | 0.09 | 0.50 | 156.43 | 0.12 | 0.45 |
| Hex | 64 | 80 | 75 | 16 | 0 | 9 | 32 | 9C | C | 2D |
| Octal | 144 | 200 | 165 | 26 | 0 | 11 | 62 | 234 | 14 | 55 |
| Binary | 1100100 | 10000000 | 1110101 | 10110 | 0 | 1001 | 110010 | 10011100 | 1100 | 101101 |
Color Harmonies of #648075
Complementary color
Monochromatic Colors of #648075
Black with #648075
Text Example
Text Example
White with #648075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648075; }
p { color: rgb(100,128,117); }
H1.HeaderClassName
{
color: #648075;
}
.AnyTagClassName
{
color: #648075;
}
</style>
background-color css
<style>
a { background-color: #648075; }
a { background-color: rgb(100,128,117); }
div.DivClassName
{
background-color: #648075;
}
.BgClassName
{
background-color: #648075;
}
</style>
border-color css
<style>
span { border-color: #648075; }
span { border-color: rgb(100,128,117); }
td.TdClassName
{
border-color: #648075;
}
.TagClassName
{
border-color: #648075;
}
</style>