Shades of Costa Del Sol #655F24
Tints of Costa Del Sol #655F24
RGB
CMYK
RGB Variations
Color information
#655F24 (or 0x655F24) is known color: Costa Del Sol. HEX triplet: 65, 5F and 24. RGB value is (101,95,36). Sum of RGB (Red+Green+Blue) = 101+95+36=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #655F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F24 is #9AA0DB. Grayscale: #5A5A5A. Windows color (decimal): -10133724 or 2383717. OLE color: 2383717.
HSL color Cylindrical-coordinate representation of color #655F24: hue angle of 54.46º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #655F24 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 36 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.60 |
| HSL | 54.46º | 0.47% | 0.27% | - |
| HSV(B) | 54.46º | 0.64% | 0.4% | - |
| XYZ | 9.78 | 11.08 | 3.29 | - |
| YUV | 90.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 36 | 0 | 0.06 | 0.64 | 0.60 | 54.46 | 0.47 | 0.27 |
| Hex | 65 | 5F | 24 | 0 | 6 | 40 | 3C | 36 | 2F | 1B |
| Octal | 145 | 137 | 44 | 0 | 6 | 100 | 74 | 66 | 57 | 33 |
| Binary | 1100101 | 1011111 | 100100 | 0 | 110 | 1000000 | 111100 | 110110 | 101111 | 11011 |
Color Harmonies of #655F24
Complementary color
Monochromatic Colors of #655F24
Black with #655F24
Text Example
Text Example
White with #655F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F24; }
p { color: rgb(101,95,36); }
H1.HeaderClassName
{
color: #655F24;
}
.AnyTagClassName
{
color: #655F24;
}
</style>
background-color css
<style>
a { background-color: #655F24; }
a { background-color: rgb(101,95,36); }
div.DivClassName
{
background-color: #655F24;
}
.BgClassName
{
background-color: #655F24;
}
</style>
border-color css
<style>
span { border-color: #655F24; }
span { border-color: rgb(101,95,36); }
td.TdClassName
{
border-color: #655F24;
}
.TagClassName
{
border-color: #655F24;
}
</style>