Shades of Costa Del Sol #655C28
Tints of Costa Del Sol #655C28
RGB
CMYK
RGB Variations
Color information
#655C28 (or 0x655C28) is known color: Costa Del Sol. HEX triplet: 65, 5C and 28. RGB value is (101,92,40). Sum of RGB (Red+Green+Blue) = 101+92+40=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #655C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C28 is #9AA3D7. Grayscale: #585858. Windows color (decimal): -10134488 or 2645093. OLE color: 2645093.
HSL color Cylindrical-coordinate representation of color #655C28: hue angle of 51.15º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #655C28 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 40 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.60 |
| HSL | 51.15º | 0.43% | 0.28% | - |
| HSV(B) | 51.15º | 0.6% | 0.4% | - |
| XYZ | 9.58 | 10.57 | 3.54 | - |
| YUV | 88.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 40 | 0 | 0.09 | 0.60 | 0.60 | 51.15 | 0.43 | 0.28 |
| Hex | 65 | 5C | 28 | 0 | 9 | 3C | 3C | 33 | 2B | 1C |
| Octal | 145 | 134 | 50 | 0 | 11 | 74 | 74 | 63 | 53 | 34 |
| Binary | 1100101 | 1011100 | 101000 | 0 | 1001 | 111100 | 111100 | 110011 | 101011 | 11100 |
Color Harmonies of #655C28
Complementary color
Monochromatic Colors of #655C28
Black with #655C28
Text Example
Text Example
White with #655C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C28; }
p { color: rgb(101,92,40); }
H1.HeaderClassName
{
color: #655C28;
}
.AnyTagClassName
{
color: #655C28;
}
</style>
background-color css
<style>
a { background-color: #655C28; }
a { background-color: rgb(101,92,40); }
div.DivClassName
{
background-color: #655C28;
}
.BgClassName
{
background-color: #655C28;
}
</style>
border-color css
<style>
span { border-color: #655C28; }
span { border-color: rgb(101,92,40); }
td.TdClassName
{
border-color: #655C28;
}
.TagClassName
{
border-color: #655C28;
}
</style>