Shades of Costa Del Sol #695B27
Tints of Costa Del Sol #695B27
RGB
CMYK
RGB Variations
Color information
#695B27 (or 0x695B27) is known color: Costa Del Sol. HEX triplet: 69, 5B and 27. RGB value is (105,91,39). Sum of RGB (Red+Green+Blue) = 105+91+39=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #695B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695B27 is #96A4D8. Grayscale: #595959. Windows color (decimal): -9872601 or 2579305. OLE color: 2579305.
HSL color Cylindrical-coordinate representation of color #695B27: hue angle of 47.27º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #695B27 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 91 | 39 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.59 |
| HSL | 47.27º | 0.46% | 0.28% | - |
| HSV(B) | 47.27º | 0.63% | 0.41% | - |
| XYZ | 9.93 | 10.63 | 3.45 | - |
| YUV | 89.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 39 | 0 | 0.13 | 0.63 | 0.59 | 47.27 | 0.46 | 0.28 |
| Hex | 69 | 5B | 27 | 0 | D | 3F | 3B | 2F | 2E | 1C |
| Octal | 151 | 133 | 47 | 0 | 15 | 77 | 73 | 57 | 56 | 34 |
| Binary | 1101001 | 1011011 | 100111 | 0 | 1101 | 111111 | 111011 | 101111 | 101110 | 11100 |
Color Harmonies of #695B27
Complementary color
Monochromatic Colors of #695B27
Black with #695B27
Text Example
Text Example
White with #695B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B27; }
p { color: rgb(105,91,39); }
H1.HeaderClassName
{
color: #695B27;
}
.AnyTagClassName
{
color: #695B27;
}
</style>
background-color css
<style>
a { background-color: #695B27; }
a { background-color: rgb(105,91,39); }
div.DivClassName
{
background-color: #695B27;
}
.BgClassName
{
background-color: #695B27;
}
</style>
border-color css
<style>
span { border-color: #695B27; }
span { border-color: rgb(105,91,39); }
td.TdClassName
{
border-color: #695B27;
}
.TagClassName
{
border-color: #695B27;
}
</style>