Shades of Costa Del Sol #695F12
Tints of Costa Del Sol #695F12
RGB
CMYK
RGB Variations
Color information
#695F12 (or 0x695F12) is known color: Costa Del Sol. HEX triplet: 69, 5F and 12. RGB value is (105,95,18). Sum of RGB (Red+Green+Blue) = 105+95+18=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #695F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695F12 is #96A0ED. Grayscale: #595959. Windows color (decimal): -9871598 or 1204073. OLE color: 1204073.
HSL color Cylindrical-coordinate representation of color #695F12: hue angle of 53.1º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #695F12 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 95 | 18 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.59 |
| HSL | 53.1º | 0.71% | 0.24% | - |
| HSV(B) | 53.1º | 0.83% | 0.41% | - |
| XYZ | 10.03 | 11.23 | 2.21 | - |
| YUV | 89.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 18 | 0 | 0.10 | 0.83 | 0.59 | 53.1 | 0.71 | 0.24 |
| Hex | 69 | 5F | 12 | 0 | A | 53 | 3B | 35 | 47 | 18 |
| Octal | 151 | 137 | 22 | 0 | 12 | 123 | 73 | 65 | 107 | 30 |
| Binary | 1101001 | 1011111 | 10010 | 0 | 1010 | 1010011 | 111011 | 110101 | 1000111 | 11000 |
Color Harmonies of #695F12
Complementary color
Monochromatic Colors of #695F12
Black with #695F12
Text Example
Text Example
White with #695F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F12; }
p { color: rgb(105,95,18); }
H1.HeaderClassName
{
color: #695F12;
}
.AnyTagClassName
{
color: #695F12;
}
</style>
background-color css
<style>
a { background-color: #695F12; }
a { background-color: rgb(105,95,18); }
div.DivClassName
{
background-color: #695F12;
}
.BgClassName
{
background-color: #695F12;
}
</style>
border-color css
<style>
span { border-color: #695F12; }
span { border-color: rgb(105,95,18); }
td.TdClassName
{
border-color: #695F12;
}
.TagClassName
{
border-color: #695F12;
}
</style>