Shades of Costa Del Sol #665A0B
Tints of Costa Del Sol #665A0B
RGB
CMYK
RGB Variations
Color information
#665A0B (or 0x665A0B) is known color: Costa Del Sol. HEX triplet: 66, 5A and 0B. RGB value is (102,90,11). Sum of RGB (Red+Green+Blue) = 102+90+11=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #665A0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665A0B is #99A5F4. Grayscale: #545454. Windows color (decimal): -10069493 or 744038. OLE color: 744038.
HSL color Cylindrical-coordinate representation of color #665A0B: hue angle of 52.09º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #665A0B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 11 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.6 |
| HSL | 52.09º | 0.81% | 0.22% | - |
| HSV(B) | 52.09º | 0.89% | 0.4% | - |
| XYZ | 9.2 | 10.16 | 1.79 | - |
| YUV | 84.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 11 | 0 | 0.12 | 0.89 | 0.6 | 52.09 | 0.81 | 0.22 |
| Hex | 66 | 5A | B | 0 | C | 59 | 3C | 34 | 51 | 16 |
| Octal | 146 | 132 | 13 | 0 | 14 | 131 | 74 | 64 | 121 | 26 |
| Binary | 1100110 | 1011010 | 1011 | 0 | 1100 | 1011001 | 111100 | 110100 | 1010001 | 10110 |
Color Harmonies of #665A0B
Complementary color
Monochromatic Colors of #665A0B
Black with #665A0B
Text Example
Text Example
White with #665A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A0B; }
p { color: rgb(102,90,11); }
H1.HeaderClassName
{
color: #665A0B;
}
.AnyTagClassName
{
color: #665A0B;
}
</style>
background-color css
<style>
a { background-color: #665A0B; }
a { background-color: rgb(102,90,11); }
div.DivClassName
{
background-color: #665A0B;
}
.BgClassName
{
background-color: #665A0B;
}
</style>
border-color css
<style>
span { border-color: #665A0B; }
span { border-color: rgb(102,90,11); }
td.TdClassName
{
border-color: #665A0B;
}
.TagClassName
{
border-color: #665A0B;
}
</style>