Shades of Costa Del Sol #696428
Tints of Costa Del Sol #696428
RGB
CMYK
RGB Variations
Color information
#696428 (or 0x696428) is known color: Costa Del Sol. HEX triplet: 69, 64 and 28. RGB value is (105,100,40). Sum of RGB (Red+Green+Blue) = 105+100+40=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #696428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696428 is #969BD7. Grayscale: #5E5E5E. Windows color (decimal): -9870296 or 2647145. OLE color: 2647145.
HSL color Cylindrical-coordinate representation of color #696428: hue angle of 55.38º 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 #696428 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 100 | 40 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.59 |
| HSL | 55.38º | 0.45% | 0.28% | - |
| HSV(B) | 55.38º | 0.62% | 0.41% | - |
| XYZ | 10.77 | 12.27 | 3.81 | - |
| YUV | 94.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 40 | 0 | 0.05 | 0.62 | 0.59 | 55.38 | 0.45 | 0.28 |
| Hex | 69 | 64 | 28 | 0 | 5 | 3E | 3B | 37 | 2D | 1C |
| Octal | 151 | 144 | 50 | 0 | 5 | 76 | 73 | 67 | 55 | 34 |
| Binary | 1101001 | 1100100 | 101000 | 0 | 101 | 111110 | 111011 | 110111 | 101101 | 11100 |
Color Harmonies of #696428
Complementary color
Monochromatic Colors of #696428
Black with #696428
Text Example
Text Example
White with #696428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696428; }
p { color: rgb(105,100,40); }
H1.HeaderClassName
{
color: #696428;
}
.AnyTagClassName
{
color: #696428;
}
</style>
background-color css
<style>
a { background-color: #696428; }
a { background-color: rgb(105,100,40); }
div.DivClassName
{
background-color: #696428;
}
.BgClassName
{
background-color: #696428;
}
</style>
border-color css
<style>
span { border-color: #696428; }
span { border-color: rgb(105,100,40); }
td.TdClassName
{
border-color: #696428;
}
.TagClassName
{
border-color: #696428;
}
</style>