Shades of Costa Del Sol #655B10
Tints of Costa Del Sol #655B10
RGB
CMYK
RGB Variations
Color information
#655B10 (or 0x655B10) is known color: Costa Del Sol. HEX triplet: 65, 5B and 10. RGB value is (101,91,16). Sum of RGB (Red+Green+Blue) = 101+91+16=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #655B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655B10 is #9AA4EF. Grayscale: #555555. Windows color (decimal): -10134768 or 1071973. OLE color: 1071973.
HSL color Cylindrical-coordinate representation of color #655B10: hue angle of 52.94º 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 #655B10 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 16 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.60 |
| HSL | 52.94º | 0.73% | 0.23% | - |
| HSV(B) | 52.94º | 0.84% | 0.4% | - |
| XYZ | 9.2 | 10.29 | 1.99 | - |
| YUV | 85.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 16 | 0 | 0.10 | 0.84 | 0.60 | 52.94 | 0.73 | 0.23 |
| Hex | 65 | 5B | 10 | 0 | A | 54 | 3C | 35 | 49 | 17 |
| Octal | 145 | 133 | 20 | 0 | 12 | 124 | 74 | 65 | 111 | 27 |
| Binary | 1100101 | 1011011 | 10000 | 0 | 1010 | 1010100 | 111100 | 110101 | 1001001 | 10111 |
Color Harmonies of #655B10
Complementary color
Monochromatic Colors of #655B10
Black with #655B10
Text Example
Text Example
White with #655B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B10; }
p { color: rgb(101,91,16); }
H1.HeaderClassName
{
color: #655B10;
}
.AnyTagClassName
{
color: #655B10;
}
</style>
background-color css
<style>
a { background-color: #655B10; }
a { background-color: rgb(101,91,16); }
div.DivClassName
{
background-color: #655B10;
}
.BgClassName
{
background-color: #655B10;
}
</style>
border-color css
<style>
span { border-color: #655B10; }
span { border-color: rgb(101,91,16); }
td.TdClassName
{
border-color: #655B10;
}
.TagClassName
{
border-color: #655B10;
}
</style>