Shades of Costa Del Sol #696111
Tints of Costa Del Sol #696111
RGB
CMYK
RGB Variations
Color information
#696111 (or 0x696111) is known color: Costa Del Sol. HEX triplet: 69, 61 and 11. RGB value is (105,97,17). Sum of RGB (Red+Green+Blue) = 105+97+17=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #696111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696111 is #969EEE. Grayscale: #5A5A5A. Windows color (decimal): -9871087 or 1139049. OLE color: 1139049.
HSL color Cylindrical-coordinate representation of color #696111: hue angle of 54.55º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #696111 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 97 | 17 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.59 |
| HSL | 54.55º | 0.72% | 0.24% | - |
| HSV(B) | 54.55º | 0.84% | 0.41% | - |
| XYZ | 10.2 | 11.59 | 2.23 | - |
| YUV | 90.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 17 | 0 | 0.08 | 0.84 | 0.59 | 54.55 | 0.72 | 0.24 |
| Hex | 69 | 61 | 11 | 0 | 8 | 54 | 3B | 37 | 48 | 18 |
| Octal | 151 | 141 | 21 | 0 | 10 | 124 | 73 | 67 | 110 | 30 |
| Binary | 1101001 | 1100001 | 10001 | 0 | 1000 | 1010100 | 111011 | 110111 | 1001000 | 11000 |
Color Harmonies of #696111
Complementary color
Monochromatic Colors of #696111
Black with #696111
Text Example
Text Example
White with #696111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696111; }
p { color: rgb(105,97,17); }
H1.HeaderClassName
{
color: #696111;
}
.AnyTagClassName
{
color: #696111;
}
</style>
background-color css
<style>
a { background-color: #696111; }
a { background-color: rgb(105,97,17); }
div.DivClassName
{
background-color: #696111;
}
.BgClassName
{
background-color: #696111;
}
</style>
border-color css
<style>
span { border-color: #696111; }
span { border-color: rgb(105,97,17); }
td.TdClassName
{
border-color: #696111;
}
.TagClassName
{
border-color: #696111;
}
</style>