Shades of Costa Del Sol #665F0B
Tints of Costa Del Sol #665F0B
RGB
CMYK
RGB Variations
Color information
#665F0B (or 0x665F0B) is known color: Costa Del Sol. HEX triplet: 66, 5F and 0B. RGB value is (102,95,11). Sum of RGB (Red+Green+Blue) = 102+95+11=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #665F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F0B is #99A0F4. Grayscale: #575757. Windows color (decimal): -10068213 or 745318. OLE color: 745318.
HSL color Cylindrical-coordinate representation of color #665F0B: hue angle of 55.38º 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 #665F0B is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 11 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.6 |
| HSL | 55.38º | 0.81% | 0.22% | - |
| HSV(B) | 55.38º | 0.89% | 0.4% | - |
| XYZ | 9.63 | 11.03 | 1.94 | - |
| YUV | 87.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 11 | 0 | 0.07 | 0.89 | 0.6 | 55.38 | 0.81 | 0.22 |
| Hex | 66 | 5F | B | 0 | 7 | 59 | 3C | 37 | 51 | 16 |
| Octal | 146 | 137 | 13 | 0 | 7 | 131 | 74 | 67 | 121 | 26 |
| Binary | 1100110 | 1011111 | 1011 | 0 | 111 | 1011001 | 111100 | 110111 | 1010001 | 10110 |
Color Harmonies of #665F0B
Complementary color
Monochromatic Colors of #665F0B
Black with #665F0B
Text Example
Text Example
White with #665F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F0B; }
p { color: rgb(102,95,11); }
H1.HeaderClassName
{
color: #665F0B;
}
.AnyTagClassName
{
color: #665F0B;
}
</style>
background-color css
<style>
a { background-color: #665F0B; }
a { background-color: rgb(102,95,11); }
div.DivClassName
{
background-color: #665F0B;
}
.BgClassName
{
background-color: #665F0B;
}
</style>
border-color css
<style>
span { border-color: #665F0B; }
span { border-color: rgb(102,95,11); }
td.TdClassName
{
border-color: #665F0B;
}
.TagClassName
{
border-color: #665F0B;
}
</style>