Shades of Costa Del Sol #695E0B
Tints of Costa Del Sol #695E0B
RGB
CMYK
RGB Variations
Color information
#695E0B (or 0x695E0B) is known color: Costa Del Sol. HEX triplet: 69, 5E and 0B. RGB value is (105,94,11). Sum of RGB (Red+Green+Blue) = 105+94+11=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #695E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695E0B is #96A1F4. Grayscale: #585858. Windows color (decimal): -9871861 or 745065. OLE color: 745065.
HSL color Cylindrical-coordinate representation of color #695E0B: hue angle of 52.98º degrees, saturation: 0.81, 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 #695E0B is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 94 | 11 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.59 |
| HSL | 52.98º | 0.81% | 0.23% | - |
| HSV(B) | 52.98º | 0.9% | 0.41% | - |
| XYZ | 9.89 | 11.03 | 1.92 | - |
| YUV | 87.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 11 | 0 | 0.10 | 0.90 | 0.59 | 52.98 | 0.81 | 0.23 |
| Hex | 69 | 5E | B | 0 | A | 5A | 3B | 35 | 51 | 17 |
| Octal | 151 | 136 | 13 | 0 | 12 | 132 | 73 | 65 | 121 | 27 |
| Binary | 1101001 | 1011110 | 1011 | 0 | 1010 | 1011010 | 111011 | 110101 | 1010001 | 10111 |
Color Harmonies of #695E0B
Complementary color
Monochromatic Colors of #695E0B
Black with #695E0B
Text Example
Text Example
White with #695E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695E0B; }
p { color: rgb(105,94,11); }
H1.HeaderClassName
{
color: #695E0B;
}
.AnyTagClassName
{
color: #695E0B;
}
</style>
background-color css
<style>
a { background-color: #695E0B; }
a { background-color: rgb(105,94,11); }
div.DivClassName
{
background-color: #695E0B;
}
.BgClassName
{
background-color: #695E0B;
}
</style>
border-color css
<style>
span { border-color: #695E0B; }
span { border-color: rgb(105,94,11); }
td.TdClassName
{
border-color: #695E0B;
}
.TagClassName
{
border-color: #695E0B;
}
</style>