Shades of Costa Del Sol #655F11
Tints of Costa Del Sol #655F11
RGB
CMYK
RGB Variations
Color information
#655F11 (or 0x655F11) is known color: Costa Del Sol. HEX triplet: 65, 5F and 11. RGB value is (101,95,17). Sum of RGB (Red+Green+Blue) = 101+95+17=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #655F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655F11 is #9AA0EE. Grayscale: #585858. Windows color (decimal): -10133743 or 1138533. OLE color: 1138533.
HSL color Cylindrical-coordinate representation of color #655F11: hue angle of 55.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #655F11 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 17 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.60 |
| HSL | 55.71º | 0.71% | 0.23% | - |
| HSV(B) | 55.71º | 0.83% | 0.4% | - |
| XYZ | 9.56 | 10.99 | 2.15 | - |
| YUV | 87.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 17 | 0 | 0.06 | 0.83 | 0.60 | 55.71 | 0.71 | 0.23 |
| Hex | 65 | 5F | 11 | 0 | 6 | 53 | 3C | 38 | 47 | 17 |
| Octal | 145 | 137 | 21 | 0 | 6 | 123 | 74 | 70 | 107 | 27 |
| Binary | 1100101 | 1011111 | 10001 | 0 | 110 | 1010011 | 111100 | 111000 | 1000111 | 10111 |
Color Harmonies of #655F11
Complementary color
Monochromatic Colors of #655F11
Black with #655F11
Text Example
Text Example
White with #655F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F11; }
p { color: rgb(101,95,17); }
H1.HeaderClassName
{
color: #655F11;
}
.AnyTagClassName
{
color: #655F11;
}
</style>
background-color css
<style>
a { background-color: #655F11; }
a { background-color: rgb(101,95,17); }
div.DivClassName
{
background-color: #655F11;
}
.BgClassName
{
background-color: #655F11;
}
</style>
border-color css
<style>
span { border-color: #655F11; }
span { border-color: rgb(101,95,17); }
td.TdClassName
{
border-color: #655F11;
}
.TagClassName
{
border-color: #655F11;
}
</style>