Shades of Costa Del Sol #655A21
Tints of Costa Del Sol #655A21
RGB
CMYK
RGB Variations
Color information
#655A21 (or 0x655A21) is known color: Costa Del Sol. HEX triplet: 65, 5A and 21. RGB value is (101,90,33). Sum of RGB (Red+Green+Blue) = 101+90+33=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #655A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A21 is #9AA5DE. Grayscale: #575757. Windows color (decimal): -10135007 or 2185829. OLE color: 2185829.
HSL color Cylindrical-coordinate representation of color #655A21: hue angle of 50.29º 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 #655A21 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 33 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.60 |
| HSL | 50.29º | 0.51% | 0.26% | - |
| HSV(B) | 50.29º | 0.67% | 0.4% | - |
| XYZ | 9.3 | 10.19 | 2.92 | - |
| YUV | 86.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 33 | 0 | 0.11 | 0.67 | 0.60 | 50.29 | 0.51 | 0.26 |
| Hex | 65 | 5A | 21 | 0 | B | 43 | 3C | 32 | 33 | 1A |
| Octal | 145 | 132 | 41 | 0 | 13 | 103 | 74 | 62 | 63 | 32 |
| Binary | 1100101 | 1011010 | 100001 | 0 | 1011 | 1000011 | 111100 | 110010 | 110011 | 11010 |
Color Harmonies of #655A21
Complementary color
Monochromatic Colors of #655A21
Black with #655A21
Text Example
Text Example
White with #655A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A21; }
p { color: rgb(101,90,33); }
H1.HeaderClassName
{
color: #655A21;
}
.AnyTagClassName
{
color: #655A21;
}
</style>
background-color css
<style>
a { background-color: #655A21; }
a { background-color: rgb(101,90,33); }
div.DivClassName
{
background-color: #655A21;
}
.BgClassName
{
background-color: #655A21;
}
</style>
border-color css
<style>
span { border-color: #655A21; }
span { border-color: rgb(101,90,33); }
td.TdClassName
{
border-color: #655A21;
}
.TagClassName
{
border-color: #655A21;
}
</style>