Shades of Costa Del Sol #655D32
Tints of Costa Del Sol #655D32
RGB
CMYK
RGB Variations
Color information
#655D32 (or 0x655D32) is known color: Costa Del Sol. HEX triplet: 65, 5D and 32. RGB value is (101,93,50). Sum of RGB (Red+Green+Blue) = 101+93+50=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #655D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D32 is #9AA2CD. Grayscale: #5A5A5A. Windows color (decimal): -10134222 or 3300709. OLE color: 3300709.
HSL color Cylindrical-coordinate representation of color #655D32: hue angle of 50.59º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #655D32 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 50 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.60 |
| HSL | 50.59º | 0.34% | 0.3% | - |
| HSV(B) | 50.59º | 0.5% | 0.4% | - |
| XYZ | 9.86 | 10.83 | 4.59 | - |
| YUV | 90.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 50 | 0 | 0.08 | 0.50 | 0.60 | 50.59 | 0.34 | 0.3 |
| Hex | 65 | 5D | 32 | 0 | 8 | 32 | 3C | 33 | 22 | 1E |
| Octal | 145 | 135 | 62 | 0 | 10 | 62 | 74 | 63 | 42 | 36 |
| Binary | 1100101 | 1011101 | 110010 | 0 | 1000 | 110010 | 111100 | 110011 | 100010 | 11110 |
Color Harmonies of #655D32
Complementary color
Monochromatic Colors of #655D32
Black with #655D32
Text Example
Text Example
White with #655D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D32; }
p { color: rgb(101,93,50); }
H1.HeaderClassName
{
color: #655D32;
}
.AnyTagClassName
{
color: #655D32;
}
</style>
background-color css
<style>
a { background-color: #655D32; }
a { background-color: rgb(101,93,50); }
div.DivClassName
{
background-color: #655D32;
}
.BgClassName
{
background-color: #655D32;
}
</style>
border-color css
<style>
span { border-color: #655D32; }
span { border-color: rgb(101,93,50); }
td.TdClassName
{
border-color: #655D32;
}
.TagClassName
{
border-color: #655D32;
}
</style>