Shades of Costa Del Sol #68601F
Tints of Costa Del Sol #68601F
RGB
CMYK
RGB Variations
Color information
#68601F (or 0x68601F) is known color: Costa Del Sol. HEX triplet: 68, 60 and 1F. RGB value is (104,96,31). Sum of RGB (Red+Green+Blue) = 104+96+31=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68601F is #979FE0. Grayscale: #5B5B5B. Windows color (decimal): -9936865 or 2056296. OLE color: 2056296.
HSL color Cylindrical-coordinate representation of color #68601F: hue angle of 53.42º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68601F is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 96 | 31 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.59 |
| HSL | 53.42º | 0.54% | 0.26% | - |
| HSV(B) | 53.42º | 0.7% | 0.41% | - |
| XYZ | 10.14 | 11.41 | 2.96 | - |
| YUV | 90.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 31 | 0 | 0.08 | 0.70 | 0.59 | 53.42 | 0.54 | 0.26 |
| Hex | 68 | 60 | 1F | 0 | 8 | 46 | 3B | 35 | 36 | 1A |
| Octal | 150 | 140 | 37 | 0 | 10 | 106 | 73 | 65 | 66 | 32 |
| Binary | 1101000 | 1100000 | 11111 | 0 | 1000 | 1000110 | 111011 | 110101 | 110110 | 11010 |
Color Harmonies of #68601F
Complementary color
Monochromatic Colors of #68601F
Black with #68601F
Text Example
Text Example
White with #68601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68601F; }
p { color: rgb(104,96,31); }
H1.HeaderClassName
{
color: #68601F;
}
.AnyTagClassName
{
color: #68601F;
}
</style>
background-color css
<style>
a { background-color: #68601F; }
a { background-color: rgb(104,96,31); }
div.DivClassName
{
background-color: #68601F;
}
.BgClassName
{
background-color: #68601F;
}
</style>
border-color css
<style>
span { border-color: #68601F; }
span { border-color: rgb(104,96,31); }
td.TdClassName
{
border-color: #68601F;
}
.TagClassName
{
border-color: #68601F;
}
</style>