Shades of Costa Del Sol #655A11
Tints of Costa Del Sol #655A11
RGB
CMYK
RGB Variations
Color information
#655A11 (or 0x655A11) is known color: Costa Del Sol. HEX triplet: 65, 5A and 11. RGB value is (101,90,17). Sum of RGB (Red+Green+Blue) = 101+90+17=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #655A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655A11 is #9AA5EE. Grayscale: #555555. Windows color (decimal): -10135023 or 1137253. OLE color: 1137253.
HSL color Cylindrical-coordinate representation of color #655A11: hue angle of 52.14º 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 #655A11 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 17 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.60 |
| HSL | 52.14º | 0.71% | 0.23% | - |
| HSV(B) | 52.14º | 0.83% | 0.4% | - |
| XYZ | 9.12 | 10.12 | 2 | - |
| YUV | 84.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 17 | 0 | 0.11 | 0.83 | 0.60 | 52.14 | 0.71 | 0.23 |
| Hex | 65 | 5A | 11 | 0 | B | 53 | 3C | 34 | 47 | 17 |
| Octal | 145 | 132 | 21 | 0 | 13 | 123 | 74 | 64 | 107 | 27 |
| Binary | 1100101 | 1011010 | 10001 | 0 | 1011 | 1010011 | 111100 | 110100 | 1000111 | 10111 |
Color Harmonies of #655A11
Complementary color
Monochromatic Colors of #655A11
Black with #655A11
Text Example
Text Example
White with #655A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A11; }
p { color: rgb(101,90,17); }
H1.HeaderClassName
{
color: #655A11;
}
.AnyTagClassName
{
color: #655A11;
}
</style>
background-color css
<style>
a { background-color: #655A11; }
a { background-color: rgb(101,90,17); }
div.DivClassName
{
background-color: #655A11;
}
.BgClassName
{
background-color: #655A11;
}
</style>
border-color css
<style>
span { border-color: #655A11; }
span { border-color: rgb(101,90,17); }
td.TdClassName
{
border-color: #655A11;
}
.TagClassName
{
border-color: #655A11;
}
</style>