Shades of Costa Del Sol #695E08
Tints of Costa Del Sol #695E08
RGB
CMYK
RGB Variations
Color information
#695E08 (or 0x695E08) is known color: Costa Del Sol. HEX triplet: 69, 5E and 08. RGB value is (105,94,8). Sum of RGB (Red+Green+Blue) = 105+94+8=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #695E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695E08 is #96A1F7. Grayscale: #575757. Windows color (decimal): -9871864 or 548457. OLE color: 548457.
HSL color Cylindrical-coordinate representation of color #695E08: hue angle of 53.2º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #695E08 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 94 | 8 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.59 |
| HSL | 53.2º | 0.86% | 0.22% | - |
| HSV(B) | 53.2º | 0.92% | 0.41% | - |
| XYZ | 9.87 | 11.03 | 1.84 | - |
| YUV | 87.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 8 | 0 | 0.10 | 0.92 | 0.59 | 53.2 | 0.86 | 0.22 |
| Hex | 69 | 5E | 8 | 0 | A | 5C | 3B | 35 | 56 | 16 |
| Octal | 151 | 136 | 10 | 0 | 12 | 134 | 73 | 65 | 126 | 26 |
| Binary | 1101001 | 1011110 | 1000 | 0 | 1010 | 1011100 | 111011 | 110101 | 1010110 | 10110 |
Color Harmonies of #695E08
Complementary color
Monochromatic Colors of #695E08
Black with #695E08
Text Example
Text Example
White with #695E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695E08; }
p { color: rgb(105,94,8); }
H1.HeaderClassName
{
color: #695E08;
}
.AnyTagClassName
{
color: #695E08;
}
</style>
background-color css
<style>
a { background-color: #695E08; }
a { background-color: rgb(105,94,8); }
div.DivClassName
{
background-color: #695E08;
}
.BgClassName
{
background-color: #695E08;
}
</style>
border-color css
<style>
span { border-color: #695E08; }
span { border-color: rgb(105,94,8); }
td.TdClassName
{
border-color: #695E08;
}
.TagClassName
{
border-color: #695E08;
}
</style>