Shades of Costa Del Sol #655F27
Tints of Costa Del Sol #655F27
RGB
CMYK
RGB Variations
Color information
#655F27 (or 0x655F27) is known color: Costa Del Sol. HEX triplet: 65, 5F and 27. RGB value is (101,95,39). Sum of RGB (Red+Green+Blue) = 101+95+39=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 101 - color contains mainly: red. Hex color #655F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F27 is #9AA0D8. Grayscale: #5A5A5A. Windows color (decimal): -10133721 or 2580325. OLE color: 2580325.
HSL color Cylindrical-coordinate representation of color #655F27: hue angle of 54.19º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #655F27 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 39 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.60 |
| HSL | 54.19º | 0.44% | 0.27% | - |
| HSV(B) | 54.19º | 0.61% | 0.4% | - |
| XYZ | 9.83 | 11.1 | 3.54 | - |
| YUV | 90.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 39 | 0 | 0.06 | 0.61 | 0.60 | 54.19 | 0.44 | 0.27 |
| Hex | 65 | 5F | 27 | 0 | 6 | 3D | 3C | 36 | 2C | 1B |
| Octal | 145 | 137 | 47 | 0 | 6 | 75 | 74 | 66 | 54 | 33 |
| Binary | 1100101 | 1011111 | 100111 | 0 | 110 | 111101 | 111100 | 110110 | 101100 | 11011 |
Color Harmonies of #655F27
Complementary color
Monochromatic Colors of #655F27
Black with #655F27
Text Example
Text Example
White with #655F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F27; }
p { color: rgb(101,95,39); }
H1.HeaderClassName
{
color: #655F27;
}
.AnyTagClassName
{
color: #655F27;
}
</style>
background-color css
<style>
a { background-color: #655F27; }
a { background-color: rgb(101,95,39); }
div.DivClassName
{
background-color: #655F27;
}
.BgClassName
{
background-color: #655F27;
}
</style>
border-color css
<style>
span { border-color: #655F27; }
span { border-color: rgb(101,95,39); }
td.TdClassName
{
border-color: #655F27;
}
.TagClassName
{
border-color: #655F27;
}
</style>