Shades of Costa Del Sol #655F18
Tints of Costa Del Sol #655F18
RGB
CMYK
RGB Variations
Color information
#655F18 (or 0x655F18) is known color: Costa Del Sol. HEX triplet: 65, 5F and 18. RGB value is (101,95,24). Sum of RGB (Red+Green+Blue) = 101+95+24=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #655F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655F18 is #9AA0E7. Grayscale: #585858. Windows color (decimal): -10133736 or 1597285. OLE color: 1597285.
HSL color Cylindrical-coordinate representation of color #655F18: hue angle of 55.32º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #655F18 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 24 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.60 |
| HSL | 55.32º | 0.62% | 0.25% | - |
| HSV(B) | 55.32º | 0.76% | 0.4% | - |
| XYZ | 9.62 | 11.02 | 2.48 | - |
| YUV | 88.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 24 | 0 | 0.06 | 0.76 | 0.60 | 55.32 | 0.62 | 0.25 |
| Hex | 65 | 5F | 18 | 0 | 6 | 4C | 3C | 37 | 3E | 19 |
| Octal | 145 | 137 | 30 | 0 | 6 | 114 | 74 | 67 | 76 | 31 |
| Binary | 1100101 | 1011111 | 11000 | 0 | 110 | 1001100 | 111100 | 110111 | 111110 | 11001 |
Color Harmonies of #655F18
Complementary color
Monochromatic Colors of #655F18
Black with #655F18
Text Example
Text Example
White with #655F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F18; }
p { color: rgb(101,95,24); }
H1.HeaderClassName
{
color: #655F18;
}
.AnyTagClassName
{
color: #655F18;
}
</style>
background-color css
<style>
a { background-color: #655F18; }
a { background-color: rgb(101,95,24); }
div.DivClassName
{
background-color: #655F18;
}
.BgClassName
{
background-color: #655F18;
}
</style>
border-color css
<style>
span { border-color: #655F18; }
span { border-color: rgb(101,95,24); }
td.TdClassName
{
border-color: #655F18;
}
.TagClassName
{
border-color: #655F18;
}
</style>