Shades of Costa Del Sol #655B07
Tints of Costa Del Sol #655B07
RGB
CMYK
RGB Variations
Color information
#655B07 (or 0x655B07) is known color: Costa Del Sol. HEX triplet: 65, 5B and 07. RGB value is (101,91,7). Sum of RGB (Red+Green+Blue) = 101+91+7=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #655B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655B07 is #9AA4F8. Grayscale: #545454. Windows color (decimal): -10134777 or 482149. OLE color: 482149.
HSL color Cylindrical-coordinate representation of color #655B07: hue angle of 53.62º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #655B07 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 7 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.60 |
| HSL | 53.62º | 0.87% | 0.21% | - |
| HSV(B) | 53.62º | 0.93% | 0.4% | - |
| XYZ | 9.15 | 10.26 | 1.7 | - |
| YUV | 84.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 7 | 0 | 0.10 | 0.93 | 0.60 | 53.62 | 0.87 | 0.21 |
| Hex | 65 | 5B | 7 | 0 | A | 5D | 3C | 36 | 57 | 15 |
| Octal | 145 | 133 | 7 | 0 | 12 | 135 | 74 | 66 | 127 | 25 |
| Binary | 1100101 | 1011011 | 111 | 0 | 1010 | 1011101 | 111100 | 110110 | 1010111 | 10101 |
Color Harmonies of #655B07
Complementary color
Monochromatic Colors of #655B07
Black with #655B07
Text Example
Text Example
White with #655B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B07; }
p { color: rgb(101,91,7); }
H1.HeaderClassName
{
color: #655B07;
}
.AnyTagClassName
{
color: #655B07;
}
</style>
background-color css
<style>
a { background-color: #655B07; }
a { background-color: rgb(101,91,7); }
div.DivClassName
{
background-color: #655B07;
}
.BgClassName
{
background-color: #655B07;
}
</style>
border-color css
<style>
span { border-color: #655B07; }
span { border-color: rgb(101,91,7); }
td.TdClassName
{
border-color: #655B07;
}
.TagClassName
{
border-color: #655B07;
}
</style>