Shades of Costa Del Sol #655C2B
Tints of Costa Del Sol #655C2B
RGB
CMYK
RGB Variations
Color information
#655C2B (or 0x655C2B) is known color: Costa Del Sol. HEX triplet: 65, 5C and 2B. RGB value is (101,92,43). Sum of RGB (Red+Green+Blue) = 101+92+43=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #655C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C2B is #9AA3D4. Grayscale: #595959. Windows color (decimal): -10134485 or 2841701. OLE color: 2841701.
HSL color Cylindrical-coordinate representation of color #655C2B: hue angle of 50.69º 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 #655C2B is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 43 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.60 |
| HSL | 50.69º | 0.4% | 0.28% | - |
| HSV(B) | 50.69º | 0.57% | 0.4% | - |
| XYZ | 9.63 | 10.6 | 3.82 | - |
| YUV | 89.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 43 | 0 | 0.09 | 0.57 | 0.60 | 50.69 | 0.4 | 0.28 |
| Hex | 65 | 5C | 2B | 0 | 9 | 39 | 3C | 33 | 28 | 1C |
| Octal | 145 | 134 | 53 | 0 | 11 | 71 | 74 | 63 | 50 | 34 |
| Binary | 1100101 | 1011100 | 101011 | 0 | 1001 | 111001 | 111100 | 110011 | 101000 | 11100 |
Color Harmonies of #655C2B
Complementary color
Monochromatic Colors of #655C2B
Black with #655C2B
Text Example
Text Example
White with #655C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C2B; }
p { color: rgb(101,92,43); }
H1.HeaderClassName
{
color: #655C2B;
}
.AnyTagClassName
{
color: #655C2B;
}
</style>
background-color css
<style>
a { background-color: #655C2B; }
a { background-color: rgb(101,92,43); }
div.DivClassName
{
background-color: #655C2B;
}
.BgClassName
{
background-color: #655C2B;
}
</style>
border-color css
<style>
span { border-color: #655C2B; }
span { border-color: rgb(101,92,43); }
td.TdClassName
{
border-color: #655C2B;
}
.TagClassName
{
border-color: #655C2B;
}
</style>