Shades of Costa Del Sol #655D11
Tints of Costa Del Sol #655D11
RGB
CMYK
RGB Variations
Color information
#655D11 (or 0x655D11) is known color: Costa Del Sol. HEX triplet: 65, 5D and 11. RGB value is (101,93,17). Sum of RGB (Red+Green+Blue) = 101+93+17=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #655D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655D11 is #9AA2EE. Grayscale: #575757. Windows color (decimal): -10134255 or 1138021. OLE color: 1138021.
HSL color Cylindrical-coordinate representation of color #655D11: hue angle of 54.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #655D11 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 17 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.60 |
| HSL | 54.29º | 0.71% | 0.23% | - |
| HSV(B) | 54.29º | 0.83% | 0.4% | - |
| XYZ | 9.38 | 10.64 | 2.09 | - |
| YUV | 86.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 17 | 0 | 0.08 | 0.83 | 0.60 | 54.29 | 0.71 | 0.23 |
| Hex | 65 | 5D | 11 | 0 | 8 | 53 | 3C | 36 | 47 | 17 |
| Octal | 145 | 135 | 21 | 0 | 10 | 123 | 74 | 66 | 107 | 27 |
| Binary | 1100101 | 1011101 | 10001 | 0 | 1000 | 1010011 | 111100 | 110110 | 1000111 | 10111 |
Color Harmonies of #655D11
Complementary color
Monochromatic Colors of #655D11
Black with #655D11
Text Example
Text Example
White with #655D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D11; }
p { color: rgb(101,93,17); }
H1.HeaderClassName
{
color: #655D11;
}
.AnyTagClassName
{
color: #655D11;
}
</style>
background-color css
<style>
a { background-color: #655D11; }
a { background-color: rgb(101,93,17); }
div.DivClassName
{
background-color: #655D11;
}
.BgClassName
{
background-color: #655D11;
}
</style>
border-color css
<style>
span { border-color: #655D11; }
span { border-color: rgb(101,93,17); }
td.TdClassName
{
border-color: #655D11;
}
.TagClassName
{
border-color: #655D11;
}
</style>