Shades of Costa Del Sol #655D21
Tints of Costa Del Sol #655D21
RGB
CMYK
RGB Variations
Color information
#655D21 (or 0x655D21) is known color: Costa Del Sol. HEX triplet: 65, 5D and 21. RGB value is (101,93,33). Sum of RGB (Red+Green+Blue) = 101+93+33=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #655D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D21 is #9AA2DE. Grayscale: #585858. Windows color (decimal): -10134239 or 2186597. OLE color: 2186597.
HSL color Cylindrical-coordinate representation of color #655D21: hue angle of 52.94º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #655D21 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 33 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.60 |
| HSL | 52.94º | 0.51% | 0.26% | - |
| HSV(B) | 52.94º | 0.67% | 0.4% | - |
| XYZ | 9.56 | 10.71 | 3 | - |
| YUV | 88.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 33 | 0 | 0.08 | 0.67 | 0.60 | 52.94 | 0.51 | 0.26 |
| Hex | 65 | 5D | 21 | 0 | 8 | 43 | 3C | 35 | 33 | 1A |
| Octal | 145 | 135 | 41 | 0 | 10 | 103 | 74 | 65 | 63 | 32 |
| Binary | 1100101 | 1011101 | 100001 | 0 | 1000 | 1000011 | 111100 | 110101 | 110011 | 11010 |
Color Harmonies of #655D21
Complementary color
Monochromatic Colors of #655D21
Black with #655D21
Text Example
Text Example
White with #655D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D21; }
p { color: rgb(101,93,33); }
H1.HeaderClassName
{
color: #655D21;
}
.AnyTagClassName
{
color: #655D21;
}
</style>
background-color css
<style>
a { background-color: #655D21; }
a { background-color: rgb(101,93,33); }
div.DivClassName
{
background-color: #655D21;
}
.BgClassName
{
background-color: #655D21;
}
</style>
border-color css
<style>
span { border-color: #655D21; }
span { border-color: rgb(101,93,33); }
td.TdClassName
{
border-color: #655D21;
}
.TagClassName
{
border-color: #655D21;
}
</style>