Shades of Costa Del Sol #656432
Tints of Costa Del Sol #656432
RGB
CMYK
RGB Variations
Color information
#656432 (or 0x656432) is known color: Costa Del Sol. HEX triplet: 65, 64 and 32. RGB value is (101,100,50). Sum of RGB (Red+Green+Blue) = 101+100+50=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #656432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656432 is #9A9BCD. Grayscale: #5E5E5E. Windows color (decimal): -10132430 or 3302501. OLE color: 3302501.
HSL color Cylindrical-coordinate representation of color #656432: hue angle of 58.82º 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 #656432 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 50 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.60 |
| HSL | 58.82º | 0.34% | 0.3% | - |
| HSV(B) | 58.82º | 0.5% | 0.4% | - |
| XYZ | 10.5 | 12.11 | 4.8 | - |
| YUV | 94.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 50 | 0 | 0.01 | 0.50 | 0.60 | 58.82 | 0.34 | 0.3 |
| Hex | 65 | 64 | 32 | 0 | 1 | 32 | 3C | 3B | 22 | 1E |
| Octal | 145 | 144 | 62 | 0 | 1 | 62 | 74 | 73 | 42 | 36 |
| Binary | 1100101 | 1100100 | 110010 | 0 | 1 | 110010 | 111100 | 111011 | 100010 | 11110 |
Color Harmonies of #656432
Complementary color
Monochromatic Colors of #656432
Black with #656432
Text Example
Text Example
White with #656432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656432; }
p { color: rgb(101,100,50); }
H1.HeaderClassName
{
color: #656432;
}
.AnyTagClassName
{
color: #656432;
}
</style>
background-color css
<style>
a { background-color: #656432; }
a { background-color: rgb(101,100,50); }
div.DivClassName
{
background-color: #656432;
}
.BgClassName
{
background-color: #656432;
}
</style>
border-color css
<style>
span { border-color: #656432; }
span { border-color: rgb(101,100,50); }
td.TdClassName
{
border-color: #656432;
}
.TagClassName
{
border-color: #656432;
}
</style>