Shades of Costa Del Sol #655F09
Tints of Costa Del Sol #655F09
RGB
CMYK
RGB Variations
Color information
#655F09 (or 0x655F09) is known color: Costa Del Sol. HEX triplet: 65, 5F and 09. RGB value is (101,95,9). Sum of RGB (Red+Green+Blue) = 101+95+9=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #655F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655F09 is #9AA0F6. Grayscale: #575757. Windows color (decimal): -10133751 or 614245. OLE color: 614245.
HSL color Cylindrical-coordinate representation of color #655F09: hue angle of 56.09º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #655F09 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 9 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.60 |
| HSL | 56.09º | 0.84% | 0.22% | - |
| HSV(B) | 56.09º | 0.91% | 0.4% | - |
| XYZ | 9.51 | 10.97 | 1.87 | - |
| YUV | 86.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 9 | 0 | 0.06 | 0.91 | 0.60 | 56.09 | 0.84 | 0.22 |
| Hex | 65 | 5F | 9 | 0 | 6 | 5B | 3C | 38 | 54 | 16 |
| Octal | 145 | 137 | 11 | 0 | 6 | 133 | 74 | 70 | 124 | 26 |
| Binary | 1100101 | 1011111 | 1001 | 0 | 110 | 1011011 | 111100 | 111000 | 1010100 | 10110 |
Color Harmonies of #655F09
Complementary color
Monochromatic Colors of #655F09
Black with #655F09
Text Example
Text Example
White with #655F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F09; }
p { color: rgb(101,95,9); }
H1.HeaderClassName
{
color: #655F09;
}
.AnyTagClassName
{
color: #655F09;
}
</style>
background-color css
<style>
a { background-color: #655F09; }
a { background-color: rgb(101,95,9); }
div.DivClassName
{
background-color: #655F09;
}
.BgClassName
{
background-color: #655F09;
}
</style>
border-color css
<style>
span { border-color: #655F09; }
span { border-color: rgb(101,95,9); }
td.TdClassName
{
border-color: #655F09;
}
.TagClassName
{
border-color: #655F09;
}
</style>