Shades of Costa Del Sol #655B28
Tints of Costa Del Sol #655B28
RGB
CMYK
RGB Variations
Color information
#655B28 (or 0x655B28) is known color: Costa Del Sol. HEX triplet: 65, 5B and 28. RGB value is (101,91,40). Sum of RGB (Red+Green+Blue) = 101+91+40=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #655B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B28 is #9AA4D7. Grayscale: #585858. Windows color (decimal): -10134744 or 2644837. OLE color: 2644837.
HSL color Cylindrical-coordinate representation of color #655B28: hue angle of 50.16º 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 #655B28 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 40 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.60 |
| HSL | 50.16º | 0.43% | 0.28% | - |
| HSV(B) | 50.16º | 0.6% | 0.4% | - |
| XYZ | 9.49 | 10.4 | 3.52 | - |
| YUV | 88.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 40 | 0 | 0.10 | 0.60 | 0.60 | 50.16 | 0.43 | 0.28 |
| Hex | 65 | 5B | 28 | 0 | A | 3C | 3C | 32 | 2B | 1C |
| Octal | 145 | 133 | 50 | 0 | 12 | 74 | 74 | 62 | 53 | 34 |
| Binary | 1100101 | 1011011 | 101000 | 0 | 1010 | 111100 | 111100 | 110010 | 101011 | 11100 |
Color Harmonies of #655B28
Complementary color
Monochromatic Colors of #655B28
Black with #655B28
Text Example
Text Example
White with #655B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B28; }
p { color: rgb(101,91,40); }
H1.HeaderClassName
{
color: #655B28;
}
.AnyTagClassName
{
color: #655B28;
}
</style>
background-color css
<style>
a { background-color: #655B28; }
a { background-color: rgb(101,91,40); }
div.DivClassName
{
background-color: #655B28;
}
.BgClassName
{
background-color: #655B28;
}
</style>
border-color css
<style>
span { border-color: #655B28; }
span { border-color: rgb(101,91,40); }
td.TdClassName
{
border-color: #655B28;
}
.TagClassName
{
border-color: #655B28;
}
</style>