Shades of Costa Del Sol #695C28
Tints of Costa Del Sol #695C28
RGB
CMYK
RGB Variations
Color information
#695C28 (or 0x695C28) is known color: Costa Del Sol. HEX triplet: 69, 5C and 28. RGB value is (105,92,40). Sum of RGB (Red+Green+Blue) = 105+92+40=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #695C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695C28 is #96A3D7. Grayscale: #5A5A5A. Windows color (decimal): -9872344 or 2645097. OLE color: 2645097.
HSL color Cylindrical-coordinate representation of color #695C28: hue angle of 48º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #695C28 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 92 | 40 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.59 |
| HSL | 48º | 0.45% | 0.28% | - |
| HSV(B) | 48º | 0.62% | 0.41% | - |
| XYZ | 10.04 | 10.81 | 3.57 | - |
| YUV | 89.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 40 | 0 | 0.12 | 0.62 | 0.59 | 48 | 0.45 | 0.28 |
| Hex | 69 | 5C | 28 | 0 | C | 3E | 3B | 30 | 2D | 1C |
| Octal | 151 | 134 | 50 | 0 | 14 | 76 | 73 | 60 | 55 | 34 |
| Binary | 1101001 | 1011100 | 101000 | 0 | 1100 | 111110 | 111011 | 110000 | 101101 | 11100 |
Color Harmonies of #695C28
Complementary color
Monochromatic Colors of #695C28
Black with #695C28
Text Example
Text Example
White with #695C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C28; }
p { color: rgb(105,92,40); }
H1.HeaderClassName
{
color: #695C28;
}
.AnyTagClassName
{
color: #695C28;
}
</style>
background-color css
<style>
a { background-color: #695C28; }
a { background-color: rgb(105,92,40); }
div.DivClassName
{
background-color: #695C28;
}
.BgClassName
{
background-color: #695C28;
}
</style>
border-color css
<style>
span { border-color: #695C28; }
span { border-color: rgb(105,92,40); }
td.TdClassName
{
border-color: #695C28;
}
.TagClassName
{
border-color: #695C28;
}
</style>