Shades of Costa Del Sol #665C0B
Tints of Costa Del Sol #665C0B
RGB
CMYK
RGB Variations
Color information
#665C0B (or 0x665C0B) is known color: Costa Del Sol. HEX triplet: 66, 5C and 0B. RGB value is (102,92,11). Sum of RGB (Red+Green+Blue) = 102+92+11=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #665C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C0B is #99A3F4. Grayscale: #565656. Windows color (decimal): -10068981 or 744550. OLE color: 744550.
HSL color Cylindrical-coordinate representation of color #665C0B: hue angle of 53.41º 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 #665C0B is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 11 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.6 |
| HSL | 53.41º | 0.81% | 0.22% | - |
| HSV(B) | 53.41º | 0.89% | 0.4% | - |
| XYZ | 9.37 | 10.5 | 1.85 | - |
| YUV | 85.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 11 | 0 | 0.10 | 0.89 | 0.6 | 53.41 | 0.81 | 0.22 |
| Hex | 66 | 5C | B | 0 | A | 59 | 3C | 35 | 51 | 16 |
| Octal | 146 | 134 | 13 | 0 | 12 | 131 | 74 | 65 | 121 | 26 |
| Binary | 1100110 | 1011100 | 1011 | 0 | 1010 | 1011001 | 111100 | 110101 | 1010001 | 10110 |
Color Harmonies of #665C0B
Complementary color
Monochromatic Colors of #665C0B
Black with #665C0B
Text Example
Text Example
White with #665C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C0B; }
p { color: rgb(102,92,11); }
H1.HeaderClassName
{
color: #665C0B;
}
.AnyTagClassName
{
color: #665C0B;
}
</style>
background-color css
<style>
a { background-color: #665C0B; }
a { background-color: rgb(102,92,11); }
div.DivClassName
{
background-color: #665C0B;
}
.BgClassName
{
background-color: #665C0B;
}
</style>
border-color css
<style>
span { border-color: #665C0B; }
span { border-color: rgb(102,92,11); }
td.TdClassName
{
border-color: #665C0B;
}
.TagClassName
{
border-color: #665C0B;
}
</style>