Shades of Costa Del Sol #655F19
Tints of Costa Del Sol #655F19
RGB
CMYK
RGB Variations
Color information
#655F19 (or 0x655F19) is known color: Costa Del Sol. HEX triplet: 65, 5F and 19. RGB value is (101,95,25). Sum of RGB (Red+Green+Blue) = 101+95+25=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #655F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655F19 is #9AA0E6. Grayscale: #595959. Windows color (decimal): -10133735 or 1662821. OLE color: 1662821.
HSL color Cylindrical-coordinate representation of color #655F19: hue angle of 55.26º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #655F19 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 25 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.60 |
| HSL | 55.26º | 0.6% | 0.25% | - |
| HSV(B) | 55.26º | 0.75% | 0.4% | - |
| XYZ | 9.63 | 11.02 | 2.54 | - |
| YUV | 88.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 25 | 0 | 0.06 | 0.75 | 0.60 | 55.26 | 0.6 | 0.25 |
| Hex | 65 | 5F | 19 | 0 | 6 | 4B | 3C | 37 | 3C | 19 |
| Octal | 145 | 137 | 31 | 0 | 6 | 113 | 74 | 67 | 74 | 31 |
| Binary | 1100101 | 1011111 | 11001 | 0 | 110 | 1001011 | 111100 | 110111 | 111100 | 11001 |
Color Harmonies of #655F19
Complementary color
Monochromatic Colors of #655F19
Black with #655F19
Text Example
Text Example
White with #655F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F19; }
p { color: rgb(101,95,25); }
H1.HeaderClassName
{
color: #655F19;
}
.AnyTagClassName
{
color: #655F19;
}
</style>
background-color css
<style>
a { background-color: #655F19; }
a { background-color: rgb(101,95,25); }
div.DivClassName
{
background-color: #655F19;
}
.BgClassName
{
background-color: #655F19;
}
</style>
border-color css
<style>
span { border-color: #655F19; }
span { border-color: rgb(101,95,25); }
td.TdClassName
{
border-color: #655F19;
}
.TagClassName
{
border-color: #655F19;
}
</style>