Shades of Costa Del Sol #665B0A
Tints of Costa Del Sol #665B0A
RGB
CMYK
RGB Variations
Color information
#665B0A (or 0x665B0A) is known color: Costa Del Sol. HEX triplet: 66, 5B and 0A. RGB value is (102,91,10). Sum of RGB (Red+Green+Blue) = 102+91+10=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #665B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B0A is #99A4F5. Grayscale: #555555. Windows color (decimal): -10069238 or 678758. OLE color: 678758.
HSL color Cylindrical-coordinate representation of color #665B0A: hue angle of 52.83º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #665B0A is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 10 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.6 |
| HSL | 52.83º | 0.82% | 0.22% | - |
| HSV(B) | 52.83º | 0.9% | 0.4% | - |
| XYZ | 9.28 | 10.33 | 1.79 | - |
| YUV | 85.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 10 | 0 | 0.11 | 0.90 | 0.6 | 52.83 | 0.82 | 0.22 |
| Hex | 66 | 5B | A | 0 | B | 5A | 3C | 35 | 52 | 16 |
| Octal | 146 | 133 | 12 | 0 | 13 | 132 | 74 | 65 | 122 | 26 |
| Binary | 1100110 | 1011011 | 1010 | 0 | 1011 | 1011010 | 111100 | 110101 | 1010010 | 10110 |
Color Harmonies of #665B0A
Complementary color
Monochromatic Colors of #665B0A
Black with #665B0A
Text Example
Text Example
White with #665B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B0A; }
p { color: rgb(102,91,10); }
H1.HeaderClassName
{
color: #665B0A;
}
.AnyTagClassName
{
color: #665B0A;
}
</style>
background-color css
<style>
a { background-color: #665B0A; }
a { background-color: rgb(102,91,10); }
div.DivClassName
{
background-color: #665B0A;
}
.BgClassName
{
background-color: #665B0A;
}
</style>
border-color css
<style>
span { border-color: #665B0A; }
span { border-color: rgb(102,91,10); }
td.TdClassName
{
border-color: #665B0A;
}
.TagClassName
{
border-color: #665B0A;
}
</style>