Shades of Costa Del Sol #655E32
Tints of Costa Del Sol #655E32
RGB
CMYK
RGB Variations
Color information
#655E32 (or 0x655E32) is known color: Costa Del Sol. HEX triplet: 65, 5E and 32. RGB value is (101,94,50). Sum of RGB (Red+Green+Blue) = 101+94+50=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #655E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E32 is #9AA1CD. Grayscale: #5B5B5B. Windows color (decimal): -10133966 or 3300965. OLE color: 3300965.
HSL color Cylindrical-coordinate representation of color #655E32: hue angle of 51.76º 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 #655E32 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 50 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.60 |
| HSL | 51.76º | 0.34% | 0.3% | - |
| HSV(B) | 51.76º | 0.5% | 0.4% | - |
| XYZ | 9.95 | 11 | 4.62 | - |
| YUV | 91.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 50 | 0 | 0.07 | 0.50 | 0.60 | 51.76 | 0.34 | 0.3 |
| Hex | 65 | 5E | 32 | 0 | 7 | 32 | 3C | 34 | 22 | 1E |
| Octal | 145 | 136 | 62 | 0 | 7 | 62 | 74 | 64 | 42 | 36 |
| Binary | 1100101 | 1011110 | 110010 | 0 | 111 | 110010 | 111100 | 110100 | 100010 | 11110 |
Color Harmonies of #655E32
Complementary color
Monochromatic Colors of #655E32
Black with #655E32
Text Example
Text Example
White with #655E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E32; }
p { color: rgb(101,94,50); }
H1.HeaderClassName
{
color: #655E32;
}
.AnyTagClassName
{
color: #655E32;
}
</style>
background-color css
<style>
a { background-color: #655E32; }
a { background-color: rgb(101,94,50); }
div.DivClassName
{
background-color: #655E32;
}
.BgClassName
{
background-color: #655E32;
}
</style>
border-color css
<style>
span { border-color: #655E32; }
span { border-color: rgb(101,94,50); }
td.TdClassName
{
border-color: #655E32;
}
.TagClassName
{
border-color: #655E32;
}
</style>