Shades of Costa Del Sol #655F32
Tints of Costa Del Sol #655F32
RGB
CMYK
RGB Variations
Color information
#655F32 (or 0x655F32) is known color: Costa Del Sol. HEX triplet: 65, 5F and 32. RGB value is (101,95,50). Sum of RGB (Red+Green+Blue) = 101+95+50=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #655F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F32 is #9AA0CD. Grayscale: #5B5B5B. Windows color (decimal): -10133710 or 3301221. OLE color: 3301221.
HSL color Cylindrical-coordinate representation of color #655F32: hue angle of 52.94º 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 #655F32 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 50 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.60 |
| HSL | 52.94º | 0.34% | 0.3% | - |
| HSV(B) | 52.94º | 0.5% | 0.4% | - |
| XYZ | 10.03 | 11.18 | 4.65 | - |
| YUV | 91.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 50 | 0 | 0.06 | 0.50 | 0.60 | 52.94 | 0.34 | 0.3 |
| Hex | 65 | 5F | 32 | 0 | 6 | 32 | 3C | 35 | 22 | 1E |
| Octal | 145 | 137 | 62 | 0 | 6 | 62 | 74 | 65 | 42 | 36 |
| Binary | 1100101 | 1011111 | 110010 | 0 | 110 | 110010 | 111100 | 110101 | 100010 | 11110 |
Color Harmonies of #655F32
Complementary color
Monochromatic Colors of #655F32
Black with #655F32
Text Example
Text Example
White with #655F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F32; }
p { color: rgb(101,95,50); }
H1.HeaderClassName
{
color: #655F32;
}
.AnyTagClassName
{
color: #655F32;
}
</style>
background-color css
<style>
a { background-color: #655F32; }
a { background-color: rgb(101,95,50); }
div.DivClassName
{
background-color: #655F32;
}
.BgClassName
{
background-color: #655F32;
}
</style>
border-color css
<style>
span { border-color: #655F32; }
span { border-color: rgb(101,95,50); }
td.TdClassName
{
border-color: #655F32;
}
.TagClassName
{
border-color: #655F32;
}
</style>