Shades of Costa Del Sol #655C31
Tints of Costa Del Sol #655C31
RGB
CMYK
RGB Variations
Color information
#655C31 (or 0x655C31) is known color: Costa Del Sol. HEX triplet: 65, 5C and 31. RGB value is (101,92,49). Sum of RGB (Red+Green+Blue) = 101+92+49=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #655C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C31 is #9AA3CE. Grayscale: #595959. Windows color (decimal): -10134479 or 3234917. OLE color: 3234917.
HSL color Cylindrical-coordinate representation of color #655C31: hue angle of 49.62º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #655C31 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 49 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.60 |
| HSL | 49.62º | 0.35% | 0.29% | - |
| HSV(B) | 49.62º | 0.51% | 0.4% | - |
| XYZ | 9.75 | 10.64 | 4.45 | - |
| YUV | 89.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 49 | 0 | 0.09 | 0.51 | 0.60 | 49.62 | 0.35 | 0.29 |
| Hex | 65 | 5C | 31 | 0 | 9 | 33 | 3C | 32 | 23 | 1D |
| Octal | 145 | 134 | 61 | 0 | 11 | 63 | 74 | 62 | 43 | 35 |
| Binary | 1100101 | 1011100 | 110001 | 0 | 1001 | 110011 | 111100 | 110010 | 100011 | 11101 |
Color Harmonies of #655C31
Complementary color
Monochromatic Colors of #655C31
Black with #655C31
Text Example
Text Example
White with #655C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C31; }
p { color: rgb(101,92,49); }
H1.HeaderClassName
{
color: #655C31;
}
.AnyTagClassName
{
color: #655C31;
}
</style>
background-color css
<style>
a { background-color: #655C31; }
a { background-color: rgb(101,92,49); }
div.DivClassName
{
background-color: #655C31;
}
.BgClassName
{
background-color: #655C31;
}
</style>
border-color css
<style>
span { border-color: #655C31; }
span { border-color: rgb(101,92,49); }
td.TdClassName
{
border-color: #655C31;
}
.TagClassName
{
border-color: #655C31;
}
</style>