Shades of Costa Del Sol #655C21
Tints of Costa Del Sol #655C21
RGB
CMYK
RGB Variations
Color information
#655C21 (or 0x655C21) is known color: Costa Del Sol. HEX triplet: 65, 5C and 21. RGB value is (101,92,33). Sum of RGB (Red+Green+Blue) = 101+92+33=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #655C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C21 is #9AA3DE. Grayscale: #585858. Windows color (decimal): -10134495 or 2186341. OLE color: 2186341.
HSL color Cylindrical-coordinate representation of color #655C21: hue angle of 52.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #655C21 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 33 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.60 |
| HSL | 52.06º | 0.51% | 0.26% | - |
| HSV(B) | 52.06º | 0.67% | 0.4% | - |
| XYZ | 9.47 | 10.53 | 2.97 | - |
| YUV | 87.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 33 | 0 | 0.09 | 0.67 | 0.60 | 52.06 | 0.51 | 0.26 |
| Hex | 65 | 5C | 21 | 0 | 9 | 43 | 3C | 34 | 33 | 1A |
| Octal | 145 | 134 | 41 | 0 | 11 | 103 | 74 | 64 | 63 | 32 |
| Binary | 1100101 | 1011100 | 100001 | 0 | 1001 | 1000011 | 111100 | 110100 | 110011 | 11010 |
Color Harmonies of #655C21
Complementary color
Monochromatic Colors of #655C21
Black with #655C21
Text Example
Text Example
White with #655C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C21; }
p { color: rgb(101,92,33); }
H1.HeaderClassName
{
color: #655C21;
}
.AnyTagClassName
{
color: #655C21;
}
</style>
background-color css
<style>
a { background-color: #655C21; }
a { background-color: rgb(101,92,33); }
div.DivClassName
{
background-color: #655C21;
}
.BgClassName
{
background-color: #655C21;
}
</style>
border-color css
<style>
span { border-color: #655C21; }
span { border-color: rgb(101,92,33); }
td.TdClassName
{
border-color: #655C21;
}
.TagClassName
{
border-color: #655C21;
}
</style>