Shades of Costa Del Sol #68672E
Tints of Costa Del Sol #68672E
RGB
CMYK
RGB Variations
Color information
#68672E (or 0x68672E) is known color: Costa Del Sol. HEX triplet: 68, 67 and 2E. RGB value is (104,103,46). Sum of RGB (Red+Green+Blue) = 104+103+46=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #68672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68672E is #9798D1. Grayscale: #616161. Windows color (decimal): -9935058 or 3041128. OLE color: 3041128.
HSL color Cylindrical-coordinate representation of color #68672E: hue angle of 58.97º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68672E is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 103 | 46 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.59 |
| HSL | 58.97º | 0.39% | 0.29% | - |
| HSV(B) | 58.97º | 0.56% | 0.41% | - |
| XYZ | 11.05 | 12.84 | 4.48 | - |
| YUV | 96.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 46 | 0 | 0.01 | 0.56 | 0.59 | 58.97 | 0.39 | 0.29 |
| Hex | 68 | 67 | 2E | 0 | 1 | 38 | 3B | 3B | 27 | 1D |
| Octal | 150 | 147 | 56 | 0 | 1 | 70 | 73 | 73 | 47 | 35 |
| Binary | 1101000 | 1100111 | 101110 | 0 | 1 | 111000 | 111011 | 111011 | 100111 | 11101 |
Color Harmonies of #68672E
Complementary color
Monochromatic Colors of #68672E
Black with #68672E
Text Example
Text Example
White with #68672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68672E; }
p { color: rgb(104,103,46); }
H1.HeaderClassName
{
color: #68672E;
}
.AnyTagClassName
{
color: #68672E;
}
</style>
background-color css
<style>
a { background-color: #68672E; }
a { background-color: rgb(104,103,46); }
div.DivClassName
{
background-color: #68672E;
}
.BgClassName
{
background-color: #68672E;
}
</style>
border-color css
<style>
span { border-color: #68672E; }
span { border-color: rgb(104,103,46); }
td.TdClassName
{
border-color: #68672E;
}
.TagClassName
{
border-color: #68672E;
}
</style>