Shades of Costa Del Sol #685B25
Tints of Costa Del Sol #685B25
RGB
CMYK
RGB Variations
Color information
#685B25 (or 0x685B25) is known color: Costa Del Sol. HEX triplet: 68, 5B and 25. RGB value is (104,91,37). Sum of RGB (Red+Green+Blue) = 104+91+37=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #685B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B25 is #97A4DA. Grayscale: #585858. Windows color (decimal): -9938139 or 2448232. OLE color: 2448232.
HSL color Cylindrical-coordinate representation of color #685B25: hue angle of 48.36º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #685B25 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 37 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.59 |
| HSL | 48.36º | 0.48% | 0.28% | - |
| HSV(B) | 48.36º | 0.64% | 0.41% | - |
| XYZ | 9.78 | 10.56 | 3.27 | - |
| YUV | 88.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 37 | 0 | 0.12 | 0.64 | 0.59 | 48.36 | 0.48 | 0.28 |
| Hex | 68 | 5B | 25 | 0 | C | 40 | 3B | 30 | 30 | 1C |
| Octal | 150 | 133 | 45 | 0 | 14 | 100 | 73 | 60 | 60 | 34 |
| Binary | 1101000 | 1011011 | 100101 | 0 | 1100 | 1000000 | 111011 | 110000 | 110000 | 11100 |
Color Harmonies of #685B25
Complementary color
Monochromatic Colors of #685B25
Black with #685B25
Text Example
Text Example
White with #685B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B25; }
p { color: rgb(104,91,37); }
H1.HeaderClassName
{
color: #685B25;
}
.AnyTagClassName
{
color: #685B25;
}
</style>
background-color css
<style>
a { background-color: #685B25; }
a { background-color: rgb(104,91,37); }
div.DivClassName
{
background-color: #685B25;
}
.BgClassName
{
background-color: #685B25;
}
</style>
border-color css
<style>
span { border-color: #685B25; }
span { border-color: rgb(104,91,37); }
td.TdClassName
{
border-color: #685B25;
}
.TagClassName
{
border-color: #685B25;
}
</style>