Shades of Costa Del Sol #695E0E
Tints of Costa Del Sol #695E0E
RGB
CMYK
RGB Variations
Color information
#695E0E (or 0x695E0E) is known color: Costa Del Sol. HEX triplet: 69, 5E and 0E. RGB value is (105,94,14). Sum of RGB (Red+Green+Blue) = 105+94+14=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #695E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695E0E is #96A1F1. Grayscale: #585858. Windows color (decimal): -9871858 or 941673. OLE color: 941673.
HSL color Cylindrical-coordinate representation of color #695E0E: hue angle of 52.75º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #695E0E is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 94 | 14 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.59 |
| HSL | 52.75º | 0.76% | 0.23% | - |
| HSV(B) | 52.75º | 0.87% | 0.41% | - |
| XYZ | 9.91 | 11.04 | 2.02 | - |
| YUV | 88.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 14 | 0 | 0.10 | 0.87 | 0.59 | 52.75 | 0.76 | 0.23 |
| Hex | 69 | 5E | E | 0 | A | 57 | 3B | 35 | 4C | 17 |
| Octal | 151 | 136 | 16 | 0 | 12 | 127 | 73 | 65 | 114 | 27 |
| Binary | 1101001 | 1011110 | 1110 | 0 | 1010 | 1010111 | 111011 | 110101 | 1001100 | 10111 |
Color Harmonies of #695E0E
Complementary color
Monochromatic Colors of #695E0E
Black with #695E0E
Text Example
Text Example
White with #695E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695E0E; }
p { color: rgb(105,94,14); }
H1.HeaderClassName
{
color: #695E0E;
}
.AnyTagClassName
{
color: #695E0E;
}
</style>
background-color css
<style>
a { background-color: #695E0E; }
a { background-color: rgb(105,94,14); }
div.DivClassName
{
background-color: #695E0E;
}
.BgClassName
{
background-color: #695E0E;
}
</style>
border-color css
<style>
span { border-color: #695E0E; }
span { border-color: rgb(105,94,14); }
td.TdClassName
{
border-color: #695E0E;
}
.TagClassName
{
border-color: #695E0E;
}
</style>