Shades of Costa Del Sol #655D10
Tints of Costa Del Sol #655D10
RGB
CMYK
RGB Variations
Color information
#655D10 (or 0x655D10) is known color: Costa Del Sol. HEX triplet: 65, 5D and 10. RGB value is (101,93,16). Sum of RGB (Red+Green+Blue) = 101+93+16=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #655D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655D10 is #9AA2EF. Grayscale: #565656. Windows color (decimal): -10134256 or 1072485. OLE color: 1072485.
HSL color Cylindrical-coordinate representation of color #655D10: hue angle of 54.35º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #655D10 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 16 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.60 |
| HSL | 54.35º | 0.73% | 0.23% | - |
| HSV(B) | 54.35º | 0.84% | 0.4% | - |
| XYZ | 9.37 | 10.63 | 2.05 | - |
| YUV | 86.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 16 | 0 | 0.08 | 0.84 | 0.60 | 54.35 | 0.73 | 0.23 |
| Hex | 65 | 5D | 10 | 0 | 8 | 54 | 3C | 36 | 49 | 17 |
| Octal | 145 | 135 | 20 | 0 | 10 | 124 | 74 | 66 | 111 | 27 |
| Binary | 1100101 | 1011101 | 10000 | 0 | 1000 | 1010100 | 111100 | 110110 | 1001001 | 10111 |
Color Harmonies of #655D10
Complementary color
Monochromatic Colors of #655D10
Black with #655D10
Text Example
Text Example
White with #655D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D10; }
p { color: rgb(101,93,16); }
H1.HeaderClassName
{
color: #655D10;
}
.AnyTagClassName
{
color: #655D10;
}
</style>
background-color css
<style>
a { background-color: #655D10; }
a { background-color: rgb(101,93,16); }
div.DivClassName
{
background-color: #655D10;
}
.BgClassName
{
background-color: #655D10;
}
</style>
border-color css
<style>
span { border-color: #655D10; }
span { border-color: rgb(101,93,16); }
td.TdClassName
{
border-color: #655D10;
}
.TagClassName
{
border-color: #655D10;
}
</style>