Shades of Costa Del Sol #655D35
Tints of Costa Del Sol #655D35
RGB
CMYK
RGB Variations
Color information
#655D35 (or 0x655D35) is known color: Costa Del Sol. HEX triplet: 65, 5D and 35. RGB value is (101,93,53). Sum of RGB (Red+Green+Blue) = 101+93+53=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #655D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D35 is #9AA2CA. Grayscale: #5A5A5A. Windows color (decimal): -10134219 or 3497317. OLE color: 3497317.
HSL color Cylindrical-coordinate representation of color #655D35: hue angle of 50º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655D35 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 53 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.60 |
| HSL | 50º | 0.31% | 0.3% | - |
| HSV(B) | 50º | 0.48% | 0.4% | - |
| XYZ | 9.92 | 10.85 | 4.94 | - |
| YUV | 90.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 53 | 0 | 0.08 | 0.48 | 0.60 | 50 | 0.31 | 0.3 |
| Hex | 65 | 5D | 35 | 0 | 8 | 30 | 3C | 32 | 1F | 1E |
| Octal | 145 | 135 | 65 | 0 | 10 | 60 | 74 | 62 | 37 | 36 |
| Binary | 1100101 | 1011101 | 110101 | 0 | 1000 | 110000 | 111100 | 110010 | 11111 | 11110 |
Color Harmonies of #655D35
Complementary color
Monochromatic Colors of #655D35
Black with #655D35
Text Example
Text Example
White with #655D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D35; }
p { color: rgb(101,93,53); }
H1.HeaderClassName
{
color: #655D35;
}
.AnyTagClassName
{
color: #655D35;
}
</style>
background-color css
<style>
a { background-color: #655D35; }
a { background-color: rgb(101,93,53); }
div.DivClassName
{
background-color: #655D35;
}
.BgClassName
{
background-color: #655D35;
}
</style>
border-color css
<style>
span { border-color: #655D35; }
span { border-color: rgb(101,93,53); }
td.TdClassName
{
border-color: #655D35;
}
.TagClassName
{
border-color: #655D35;
}
</style>