Shades of Costa Del Sol #695D27
Tints of Costa Del Sol #695D27
RGB
CMYK
RGB Variations
Color information
#695D27 (or 0x695D27) is known color: Costa Del Sol. HEX triplet: 69, 5D and 27. RGB value is (105,93,39). Sum of RGB (Red+Green+Blue) = 105+93+39=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #695D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695D27 is #96A2D8. Grayscale: #5A5A5A. Windows color (decimal): -9872089 or 2579817. OLE color: 2579817.
HSL color Cylindrical-coordinate representation of color #695D27: hue angle of 49.09º 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 #695D27 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 39 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.59 |
| HSL | 49.09º | 0.46% | 0.28% | - |
| HSV(B) | 49.09º | 0.63% | 0.41% | - |
| XYZ | 10.11 | 10.98 | 3.51 | - |
| YUV | 90.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 39 | 0 | 0.11 | 0.63 | 0.59 | 49.09 | 0.46 | 0.28 |
| Hex | 69 | 5D | 27 | 0 | B | 3F | 3B | 31 | 2E | 1C |
| Octal | 151 | 135 | 47 | 0 | 13 | 77 | 73 | 61 | 56 | 34 |
| Binary | 1101001 | 1011101 | 100111 | 0 | 1011 | 111111 | 111011 | 110001 | 101110 | 11100 |
Color Harmonies of #695D27
Complementary color
Monochromatic Colors of #695D27
Black with #695D27
Text Example
Text Example
White with #695D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D27; }
p { color: rgb(105,93,39); }
H1.HeaderClassName
{
color: #695D27;
}
.AnyTagClassName
{
color: #695D27;
}
</style>
background-color css
<style>
a { background-color: #695D27; }
a { background-color: rgb(105,93,39); }
div.DivClassName
{
background-color: #695D27;
}
.BgClassName
{
background-color: #695D27;
}
</style>
border-color css
<style>
span { border-color: #695D27; }
span { border-color: rgb(105,93,39); }
td.TdClassName
{
border-color: #695D27;
}
.TagClassName
{
border-color: #695D27;
}
</style>