Shades of Costa Del Sol #655F20
Tints of Costa Del Sol #655F20
RGB
CMYK
RGB Variations
Color information
#655F20 (or 0x655F20) is known color: Costa Del Sol. HEX triplet: 65, 5F and 20. RGB value is (101,95,32). Sum of RGB (Red+Green+Blue) = 101+95+32=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #655F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F20 is #9AA0DF. Grayscale: #595959. Windows color (decimal): -10133728 or 2121573. OLE color: 2121573.
HSL color Cylindrical-coordinate representation of color #655F20: hue angle of 54.78º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #655F20 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 32 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.60 |
| HSL | 54.78º | 0.52% | 0.26% | - |
| HSV(B) | 54.78º | 0.68% | 0.4% | - |
| XYZ | 9.72 | 11.06 | 2.99 | - |
| YUV | 89.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 32 | 0 | 0.06 | 0.68 | 0.60 | 54.78 | 0.52 | 0.26 |
| Hex | 65 | 5F | 20 | 0 | 6 | 44 | 3C | 37 | 34 | 1A |
| Octal | 145 | 137 | 40 | 0 | 6 | 104 | 74 | 67 | 64 | 32 |
| Binary | 1100101 | 1011111 | 100000 | 0 | 110 | 1000100 | 111100 | 110111 | 110100 | 11010 |
Color Harmonies of #655F20
Complementary color
Monochromatic Colors of #655F20
Black with #655F20
Text Example
Text Example
White with #655F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F20; }
p { color: rgb(101,95,32); }
H1.HeaderClassName
{
color: #655F20;
}
.AnyTagClassName
{
color: #655F20;
}
</style>
background-color css
<style>
a { background-color: #655F20; }
a { background-color: rgb(101,95,32); }
div.DivClassName
{
background-color: #655F20;
}
.BgClassName
{
background-color: #655F20;
}
</style>
border-color css
<style>
span { border-color: #655F20; }
span { border-color: rgb(101,95,32); }
td.TdClassName
{
border-color: #655F20;
}
.TagClassName
{
border-color: #655F20;
}
</style>