Shades of Costa Del Sol #695D25
Tints of Costa Del Sol #695D25
RGB
CMYK
RGB Variations
Color information
#695D25 (or 0x695D25) is known color: Costa Del Sol. HEX triplet: 69, 5D and 25. RGB value is (105,93,37). Sum of RGB (Red+Green+Blue) = 105+93+37=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #695D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695D25 is #96A2DA. Grayscale: #5A5A5A. Windows color (decimal): -9872091 or 2448745. OLE color: 2448745.
HSL color Cylindrical-coordinate representation of color #695D25: hue angle of 49.41º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #695D25 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 37 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.59 |
| HSL | 49.41º | 0.48% | 0.28% | - |
| HSV(B) | 49.41º | 0.65% | 0.41% | - |
| XYZ | 10.07 | 10.97 | 3.34 | - |
| YUV | 90.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 37 | 0 | 0.11 | 0.65 | 0.59 | 49.41 | 0.48 | 0.28 |
| Hex | 69 | 5D | 25 | 0 | B | 41 | 3B | 31 | 30 | 1C |
| Octal | 151 | 135 | 45 | 0 | 13 | 101 | 73 | 61 | 60 | 34 |
| Binary | 1101001 | 1011101 | 100101 | 0 | 1011 | 1000001 | 111011 | 110001 | 110000 | 11100 |
Color Harmonies of #695D25
Complementary color
Monochromatic Colors of #695D25
Black with #695D25
Text Example
Text Example
White with #695D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D25; }
p { color: rgb(105,93,37); }
H1.HeaderClassName
{
color: #695D25;
}
.AnyTagClassName
{
color: #695D25;
}
</style>
background-color css
<style>
a { background-color: #695D25; }
a { background-color: rgb(105,93,37); }
div.DivClassName
{
background-color: #695D25;
}
.BgClassName
{
background-color: #695D25;
}
</style>
border-color css
<style>
span { border-color: #695D25; }
span { border-color: rgb(105,93,37); }
td.TdClassName
{
border-color: #695D25;
}
.TagClassName
{
border-color: #695D25;
}
</style>