Shades of Costa Del Sol #68632B
Tints of Costa Del Sol #68632B
RGB
CMYK
RGB Variations
Color information
#68632B (or 0x68632B) is known color: Costa Del Sol. HEX triplet: 68, 63 and 2B. RGB value is (104,99,43). Sum of RGB (Red+Green+Blue) = 104+99+43=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68632B is #979CD4. Grayscale: #5E5E5E. Windows color (decimal): -9936085 or 2843496. OLE color: 2843496.
HSL color Cylindrical-coordinate representation of color #68632B: hue angle of 55.08º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68632B is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 43 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.59 |
| HSL | 55.08º | 0.41% | 0.29% | - |
| HSV(B) | 55.08º | 0.59% | 0.41% | - |
| XYZ | 10.61 | 12.04 | 4.05 | - |
| YUV | 94.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 43 | 0 | 0.05 | 0.59 | 0.59 | 55.08 | 0.41 | 0.29 |
| Hex | 68 | 63 | 2B | 0 | 5 | 3B | 3B | 37 | 29 | 1D |
| Octal | 150 | 143 | 53 | 0 | 5 | 73 | 73 | 67 | 51 | 35 |
| Binary | 1101000 | 1100011 | 101011 | 0 | 101 | 111011 | 111011 | 110111 | 101001 | 11101 |
Color Harmonies of #68632B
Complementary color
Monochromatic Colors of #68632B
Black with #68632B
Text Example
Text Example
White with #68632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68632B; }
p { color: rgb(104,99,43); }
H1.HeaderClassName
{
color: #68632B;
}
.AnyTagClassName
{
color: #68632B;
}
</style>
background-color css
<style>
a { background-color: #68632B; }
a { background-color: rgb(104,99,43); }
div.DivClassName
{
background-color: #68632B;
}
.BgClassName
{
background-color: #68632B;
}
</style>
border-color css
<style>
span { border-color: #68632B; }
span { border-color: rgb(104,99,43); }
td.TdClassName
{
border-color: #68632B;
}
.TagClassName
{
border-color: #68632B;
}
</style>