Shades of Costa Del Sol #685C28
Tints of Costa Del Sol #685C28
RGB
CMYK
RGB Variations
Color information
#685C28 (or 0x685C28) is known color: Costa Del Sol. HEX triplet: 68, 5C and 28. RGB value is (104,92,40). Sum of RGB (Red+Green+Blue) = 104+92+40=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #685C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C28 is #97A3D7. Grayscale: #595959. Windows color (decimal): -9937880 or 2645096. OLE color: 2645096.
HSL color Cylindrical-coordinate representation of color #685C28: hue angle of 48.75º degrees, saturation: 0.44, 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 #685C28 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 40 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.59 |
| HSL | 48.75º | 0.44% | 0.28% | - |
| HSV(B) | 48.75º | 0.62% | 0.41% | - |
| XYZ | 9.92 | 10.75 | 3.56 | - |
| YUV | 89.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 40 | 0 | 0.12 | 0.62 | 0.59 | 48.75 | 0.44 | 0.28 |
| Hex | 68 | 5C | 28 | 0 | C | 3E | 3B | 31 | 2C | 1C |
| Octal | 150 | 134 | 50 | 0 | 14 | 76 | 73 | 61 | 54 | 34 |
| Binary | 1101000 | 1011100 | 101000 | 0 | 1100 | 111110 | 111011 | 110001 | 101100 | 11100 |
Color Harmonies of #685C28
Complementary color
Monochromatic Colors of #685C28
Black with #685C28
Text Example
Text Example
White with #685C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C28; }
p { color: rgb(104,92,40); }
H1.HeaderClassName
{
color: #685C28;
}
.AnyTagClassName
{
color: #685C28;
}
</style>
background-color css
<style>
a { background-color: #685C28; }
a { background-color: rgb(104,92,40); }
div.DivClassName
{
background-color: #685C28;
}
.BgClassName
{
background-color: #685C28;
}
</style>
border-color css
<style>
span { border-color: #685C28; }
span { border-color: rgb(104,92,40); }
td.TdClassName
{
border-color: #685C28;
}
.TagClassName
{
border-color: #685C28;
}
</style>