Shades of Costa Del Sol #655C09
Tints of Costa Del Sol #655C09
RGB
CMYK
RGB Variations
Color information
#655C09 (or 0x655C09) is known color: Costa Del Sol. HEX triplet: 65, 5C and 09. RGB value is (101,92,9). Sum of RGB (Red+Green+Blue) = 101+92+9=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #655C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655C09 is #9AA3F6. Grayscale: #555555. Windows color (decimal): -10134519 or 613477. OLE color: 613477.
HSL color Cylindrical-coordinate representation of color #655C09: hue angle of 54.13º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #655C09 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 9 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.60 |
| HSL | 54.13º | 0.84% | 0.22% | - |
| HSV(B) | 54.13º | 0.91% | 0.4% | - |
| XYZ | 9.24 | 10.44 | 1.79 | - |
| YUV | 85.23 | 84.98 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 9 | 0 | 0.09 | 0.91 | 0.60 | 54.13 | 0.84 | 0.22 |
| Hex | 65 | 5C | 9 | 0 | 9 | 5B | 3C | 36 | 54 | 16 |
| Octal | 145 | 134 | 11 | 0 | 11 | 133 | 74 | 66 | 124 | 26 |
| Binary | 1100101 | 1011100 | 1001 | 0 | 1001 | 1011011 | 111100 | 110110 | 1010100 | 10110 |
Color Harmonies of #655C09
Complementary color
Monochromatic Colors of #655C09
Black with #655C09
Text Example
Text Example
White with #655C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C09; }
p { color: rgb(101,92,9); }
H1.HeaderClassName
{
color: #655C09;
}
.AnyTagClassName
{
color: #655C09;
}
</style>
background-color css
<style>
a { background-color: #655C09; }
a { background-color: rgb(101,92,9); }
div.DivClassName
{
background-color: #655C09;
}
.BgClassName
{
background-color: #655C09;
}
</style>
border-color css
<style>
span { border-color: #655C09; }
span { border-color: rgb(101,92,9); }
td.TdClassName
{
border-color: #655C09;
}
.TagClassName
{
border-color: #655C09;
}
</style>