Shades of Costa Del Sol #655A16
Tints of Costa Del Sol #655A16
RGB
CMYK
RGB Variations
Color information
#655A16 (or 0x655A16) is known color: Costa Del Sol. HEX triplet: 65, 5A and 16. RGB value is (101,90,22). Sum of RGB (Red+Green+Blue) = 101+90+22=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #655A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655A16 is #9AA5E9. Grayscale: #555555. Windows color (decimal): -10135018 or 1464933. OLE color: 1464933.
HSL color Cylindrical-coordinate representation of color #655A16: hue angle of 51.65º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #655A16 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 22 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.60 |
| HSL | 51.65º | 0.64% | 0.24% | - |
| HSV(B) | 51.65º | 0.78% | 0.4% | - |
| XYZ | 9.17 | 10.14 | 2.23 | - |
| YUV | 85.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 22 | 0 | 0.11 | 0.78 | 0.60 | 51.65 | 0.64 | 0.24 |
| Hex | 65 | 5A | 16 | 0 | B | 4E | 3C | 34 | 40 | 18 |
| Octal | 145 | 132 | 26 | 0 | 13 | 116 | 74 | 64 | 100 | 30 |
| Binary | 1100101 | 1011010 | 10110 | 0 | 1011 | 1001110 | 111100 | 110100 | 1000000 | 11000 |
Color Harmonies of #655A16
Complementary color
Monochromatic Colors of #655A16
Black with #655A16
Text Example
Text Example
White with #655A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A16; }
p { color: rgb(101,90,22); }
H1.HeaderClassName
{
color: #655A16;
}
.AnyTagClassName
{
color: #655A16;
}
</style>
background-color css
<style>
a { background-color: #655A16; }
a { background-color: rgb(101,90,22); }
div.DivClassName
{
background-color: #655A16;
}
.BgClassName
{
background-color: #655A16;
}
</style>
border-color css
<style>
span { border-color: #655A16; }
span { border-color: rgb(101,90,22); }
td.TdClassName
{
border-color: #655A16;
}
.TagClassName
{
border-color: #655A16;
}
</style>