Shades of Costa Del Sol #655E16
Tints of Costa Del Sol #655E16
RGB
CMYK
RGB Variations
Color information
#655E16 (or 0x655E16) is known color: Costa Del Sol. HEX triplet: 65, 5E and 16. RGB value is (101,94,22). Sum of RGB (Red+Green+Blue) = 101+94+22=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #655E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655E16 is #9AA1E9. Grayscale: #585858. Windows color (decimal): -10133994 or 1465957. OLE color: 1465957.
HSL color Cylindrical-coordinate representation of color #655E16: hue angle of 54.68º 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 #655E16 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 22 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.60 |
| HSL | 54.68º | 0.64% | 0.24% | - |
| HSV(B) | 54.68º | 0.78% | 0.4% | - |
| XYZ | 9.51 | 10.83 | 2.35 | - |
| YUV | 87.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 22 | 0 | 0.07 | 0.78 | 0.60 | 54.68 | 0.64 | 0.24 |
| Hex | 65 | 5E | 16 | 0 | 7 | 4E | 3C | 37 | 40 | 18 |
| Octal | 145 | 136 | 26 | 0 | 7 | 116 | 74 | 67 | 100 | 30 |
| Binary | 1100101 | 1011110 | 10110 | 0 | 111 | 1001110 | 111100 | 110111 | 1000000 | 11000 |
Color Harmonies of #655E16
Complementary color
Monochromatic Colors of #655E16
Black with #655E16
Text Example
Text Example
White with #655E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E16; }
p { color: rgb(101,94,22); }
H1.HeaderClassName
{
color: #655E16;
}
.AnyTagClassName
{
color: #655E16;
}
</style>
background-color css
<style>
a { background-color: #655E16; }
a { background-color: rgb(101,94,22); }
div.DivClassName
{
background-color: #655E16;
}
.BgClassName
{
background-color: #655E16;
}
</style>
border-color css
<style>
span { border-color: #655E16; }
span { border-color: rgb(101,94,22); }
td.TdClassName
{
border-color: #655E16;
}
.TagClassName
{
border-color: #655E16;
}
</style>