Shades of Costa Del Sol #655D2A
Tints of Costa Del Sol #655D2A
RGB
CMYK
RGB Variations
Color information
#655D2A (or 0x655D2A) is known color: Costa Del Sol. HEX triplet: 65, 5D and 2A. RGB value is (101,93,42). Sum of RGB (Red+Green+Blue) = 101+93+42=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #655D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D2A is #9AA2D5. Grayscale: #595959. Windows color (decimal): -10134230 or 2776421. OLE color: 2776421.
HSL color Cylindrical-coordinate representation of color #655D2A: hue angle of 51.86º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655D2A is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 42 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.60 |
| HSL | 51.86º | 0.41% | 0.28% | - |
| HSV(B) | 51.86º | 0.58% | 0.4% | - |
| XYZ | 9.7 | 10.76 | 3.76 | - |
| YUV | 89.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 42 | 0 | 0.08 | 0.58 | 0.60 | 51.86 | 0.41 | 0.28 |
| Hex | 65 | 5D | 2A | 0 | 8 | 3A | 3C | 34 | 29 | 1C |
| Octal | 145 | 135 | 52 | 0 | 10 | 72 | 74 | 64 | 51 | 34 |
| Binary | 1100101 | 1011101 | 101010 | 0 | 1000 | 111010 | 111100 | 110100 | 101001 | 11100 |
Color Harmonies of #655D2A
Complementary color
Monochromatic Colors of #655D2A
Black with #655D2A
Text Example
Text Example
White with #655D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D2A; }
p { color: rgb(101,93,42); }
H1.HeaderClassName
{
color: #655D2A;
}
.AnyTagClassName
{
color: #655D2A;
}
</style>
background-color css
<style>
a { background-color: #655D2A; }
a { background-color: rgb(101,93,42); }
div.DivClassName
{
background-color: #655D2A;
}
.BgClassName
{
background-color: #655D2A;
}
</style>
border-color css
<style>
span { border-color: #655D2A; }
span { border-color: rgb(101,93,42); }
td.TdClassName
{
border-color: #655D2A;
}
.TagClassName
{
border-color: #655D2A;
}
</style>