Shades of Costa Del Sol #655D33
Tints of Costa Del Sol #655D33
RGB
CMYK
RGB Variations
Color information
#655D33 (or 0x655D33) is known color: Costa Del Sol. HEX triplet: 65, 5D and 33. RGB value is (101,93,51). Sum of RGB (Red+Green+Blue) = 101+93+51=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #655D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D33 is #9AA2CC. Grayscale: #5A5A5A. Windows color (decimal): -10134221 or 3366245. OLE color: 3366245.
HSL color Cylindrical-coordinate representation of color #655D33: hue angle of 50.4º degrees, saturation: 0.33, 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 #655D33 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 51 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.60 |
| HSL | 50.4º | 0.33% | 0.3% | - |
| HSV(B) | 50.4º | 0.5% | 0.4% | - |
| XYZ | 9.88 | 10.83 | 4.7 | - |
| YUV | 90.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 51 | 0 | 0.08 | 0.50 | 0.60 | 50.4 | 0.33 | 0.3 |
| Hex | 65 | 5D | 33 | 0 | 8 | 32 | 3C | 32 | 21 | 1E |
| Octal | 145 | 135 | 63 | 0 | 10 | 62 | 74 | 62 | 41 | 36 |
| Binary | 1100101 | 1011101 | 110011 | 0 | 1000 | 110010 | 111100 | 110010 | 100001 | 11110 |
Color Harmonies of #655D33
Complementary color
Monochromatic Colors of #655D33
Black with #655D33
Text Example
Text Example
White with #655D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D33; }
p { color: rgb(101,93,51); }
H1.HeaderClassName
{
color: #655D33;
}
.AnyTagClassName
{
color: #655D33;
}
</style>
background-color css
<style>
a { background-color: #655D33; }
a { background-color: rgb(101,93,51); }
div.DivClassName
{
background-color: #655D33;
}
.BgClassName
{
background-color: #655D33;
}
</style>
border-color css
<style>
span { border-color: #655D33; }
span { border-color: rgb(101,93,51); }
td.TdClassName
{
border-color: #655D33;
}
.TagClassName
{
border-color: #655D33;
}
</style>