Shades of Costa Del Sol #655A2B
Tints of Costa Del Sol #655A2B
RGB
CMYK
RGB Variations
Color information
#655A2B (or 0x655A2B) is known color: Costa Del Sol. HEX triplet: 65, 5A and 2B. RGB value is (101,90,43). Sum of RGB (Red+Green+Blue) = 101+90+43=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #655A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A2B is #9AA5D4. Grayscale: #585858. Windows color (decimal): -10134997 or 2841189. OLE color: 2841189.
HSL color Cylindrical-coordinate representation of color #655A2B: hue angle of 48.62º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #655A2B is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 43 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.60 |
| HSL | 48.62º | 0.4% | 0.28% | - |
| HSV(B) | 48.62º | 0.57% | 0.4% | - |
| XYZ | 9.46 | 10.25 | 3.77 | - |
| YUV | 87.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 43 | 0 | 0.11 | 0.57 | 0.60 | 48.62 | 0.4 | 0.28 |
| Hex | 65 | 5A | 2B | 0 | B | 39 | 3C | 31 | 28 | 1C |
| Octal | 145 | 132 | 53 | 0 | 13 | 71 | 74 | 61 | 50 | 34 |
| Binary | 1100101 | 1011010 | 101011 | 0 | 1011 | 111001 | 111100 | 110001 | 101000 | 11100 |
Color Harmonies of #655A2B
Complementary color
Monochromatic Colors of #655A2B
Black with #655A2B
Text Example
Text Example
White with #655A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A2B; }
p { color: rgb(101,90,43); }
H1.HeaderClassName
{
color: #655A2B;
}
.AnyTagClassName
{
color: #655A2B;
}
</style>
background-color css
<style>
a { background-color: #655A2B; }
a { background-color: rgb(101,90,43); }
div.DivClassName
{
background-color: #655A2B;
}
.BgClassName
{
background-color: #655A2B;
}
</style>
border-color css
<style>
span { border-color: #655A2B; }
span { border-color: rgb(101,90,43); }
td.TdClassName
{
border-color: #655A2B;
}
.TagClassName
{
border-color: #655A2B;
}
</style>