Shades of Costa Del Sol #656232
Tints of Costa Del Sol #656232
RGB
CMYK
RGB Variations
Color information
#656232 (or 0x656232) is known color: Costa Del Sol. HEX triplet: 65, 62 and 32. RGB value is (101,98,50). Sum of RGB (Red+Green+Blue) = 101+98+50=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #656232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656232 is #9A9DCD. Grayscale: #5D5D5D. Windows color (decimal): -10132942 or 3301989. OLE color: 3301989.
HSL color Cylindrical-coordinate representation of color #656232: hue angle of 56.47º 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 #656232 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 50 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.60 |
| HSL | 56.47º | 0.34% | 0.3% | - |
| HSV(B) | 56.47º | 0.5% | 0.4% | - |
| XYZ | 10.31 | 11.73 | 4.74 | - |
| YUV | 93.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 50 | 0 | 0.03 | 0.50 | 0.60 | 56.47 | 0.34 | 0.3 |
| Hex | 65 | 62 | 32 | 0 | 3 | 32 | 3C | 38 | 22 | 1E |
| Octal | 145 | 142 | 62 | 0 | 3 | 62 | 74 | 70 | 42 | 36 |
| Binary | 1100101 | 1100010 | 110010 | 0 | 11 | 110010 | 111100 | 111000 | 100010 | 11110 |
Color Harmonies of #656232
Complementary color
Monochromatic Colors of #656232
Black with #656232
Text Example
Text Example
White with #656232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656232; }
p { color: rgb(101,98,50); }
H1.HeaderClassName
{
color: #656232;
}
.AnyTagClassName
{
color: #656232;
}
</style>
background-color css
<style>
a { background-color: #656232; }
a { background-color: rgb(101,98,50); }
div.DivClassName
{
background-color: #656232;
}
.BgClassName
{
background-color: #656232;
}
</style>
border-color css
<style>
span { border-color: #656232; }
span { border-color: rgb(101,98,50); }
td.TdClassName
{
border-color: #656232;
}
.TagClassName
{
border-color: #656232;
}
</style>