Shades of Costa Del Sol #695F0A
Tints of Costa Del Sol #695F0A
RGB
CMYK
RGB Variations
Color information
#695F0A (or 0x695F0A) is known color: Costa Del Sol. HEX triplet: 69, 5F and 0A. RGB value is (105,95,10). Sum of RGB (Red+Green+Blue) = 105+95+10=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #695F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695F0A is #96A0F5. Grayscale: #585858. Windows color (decimal): -9871606 or 679785. OLE color: 679785.
HSL color Cylindrical-coordinate representation of color #695F0A: hue angle of 53.68º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #695F0A is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 95 | 10 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.59 |
| HSL | 53.68º | 0.83% | 0.23% | - |
| HSV(B) | 53.68º | 0.9% | 0.41% | - |
| XYZ | 9.97 | 11.21 | 1.93 | - |
| YUV | 88.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 10 | 0 | 0.10 | 0.90 | 0.59 | 53.68 | 0.83 | 0.23 |
| Hex | 69 | 5F | A | 0 | A | 5A | 3B | 36 | 53 | 17 |
| Octal | 151 | 137 | 12 | 0 | 12 | 132 | 73 | 66 | 123 | 27 |
| Binary | 1101001 | 1011111 | 1010 | 0 | 1010 | 1011010 | 111011 | 110110 | 1010011 | 10111 |
Color Harmonies of #695F0A
Complementary color
Monochromatic Colors of #695F0A
Black with #695F0A
Text Example
Text Example
White with #695F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F0A; }
p { color: rgb(105,95,10); }
H1.HeaderClassName
{
color: #695F0A;
}
.AnyTagClassName
{
color: #695F0A;
}
</style>
background-color css
<style>
a { background-color: #695F0A; }
a { background-color: rgb(105,95,10); }
div.DivClassName
{
background-color: #695F0A;
}
.BgClassName
{
background-color: #695F0A;
}
</style>
border-color css
<style>
span { border-color: #695F0A; }
span { border-color: rgb(105,95,10); }
td.TdClassName
{
border-color: #695F0A;
}
.TagClassName
{
border-color: #695F0A;
}
</style>