Shades of Costa Del Sol #655B06
Tints of Costa Del Sol #655B06
RGB
CMYK
RGB Variations
Color information
#655B06 (or 0x655B06) is known color: Costa Del Sol. HEX triplet: 65, 5B and 06. RGB value is (101,91,6). Sum of RGB (Red+Green+Blue) = 101+91+6=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #655B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655B06 is #9AA4F9. Grayscale: #545454. Windows color (decimal): -10134778 or 416613. OLE color: 416613.
HSL color Cylindrical-coordinate representation of color #655B06: hue angle of 53.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #655B06 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 6 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.60 |
| HSL | 53.68º | 0.89% | 0.21% | - |
| HSV(B) | 53.68º | 0.94% | 0.4% | - |
| XYZ | 9.14 | 10.26 | 1.67 | - |
| YUV | 84.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 6 | 0 | 0.10 | 0.94 | 0.60 | 53.68 | 0.89 | 0.21 |
| Hex | 65 | 5B | 6 | 0 | A | 5E | 3C | 36 | 59 | 15 |
| Octal | 145 | 133 | 6 | 0 | 12 | 136 | 74 | 66 | 131 | 25 |
| Binary | 1100101 | 1011011 | 110 | 0 | 1010 | 1011110 | 111100 | 110110 | 1011001 | 10101 |
Color Harmonies of #655B06
Complementary color
Monochromatic Colors of #655B06
Black with #655B06
Text Example
Text Example
White with #655B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B06; }
p { color: rgb(101,91,6); }
H1.HeaderClassName
{
color: #655B06;
}
.AnyTagClassName
{
color: #655B06;
}
</style>
background-color css
<style>
a { background-color: #655B06; }
a { background-color: rgb(101,91,6); }
div.DivClassName
{
background-color: #655B06;
}
.BgClassName
{
background-color: #655B06;
}
</style>
border-color css
<style>
span { border-color: #655B06; }
span { border-color: rgb(101,91,6); }
td.TdClassName
{
border-color: #655B06;
}
.TagClassName
{
border-color: #655B06;
}
</style>