Shades of Costa Del Sol #67610F
Tints of Costa Del Sol #67610F
RGB
CMYK
RGB Variations
Color information
#67610F (or 0x67610F) is known color: Costa Del Sol. HEX triplet: 67, 61 and 0F. RGB value is (103,97,15). Sum of RGB (Red+Green+Blue) = 103+97+15=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67610F is #989EF0. Grayscale: #595959. Windows color (decimal): -10002161 or 1007975. OLE color: 1007975.
HSL color Cylindrical-coordinate representation of color #67610F: hue angle of 55.91º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67610F is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 15 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.60 |
| HSL | 55.91º | 0.75% | 0.23% | - |
| HSV(B) | 55.91º | 0.85% | 0.4% | - |
| XYZ | 9.95 | 11.47 | 2.14 | - |
| YUV | 89.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 15 | 0 | 0.06 | 0.85 | 0.60 | 55.91 | 0.75 | 0.23 |
| Hex | 67 | 61 | F | 0 | 6 | 55 | 3C | 38 | 4B | 17 |
| Octal | 147 | 141 | 17 | 0 | 6 | 125 | 74 | 70 | 113 | 27 |
| Binary | 1100111 | 1100001 | 1111 | 0 | 110 | 1010101 | 111100 | 111000 | 1001011 | 10111 |
Color Harmonies of #67610F
Complementary color
Monochromatic Colors of #67610F
Black with #67610F
Text Example
Text Example
White with #67610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67610F; }
p { color: rgb(103,97,15); }
H1.HeaderClassName
{
color: #67610F;
}
.AnyTagClassName
{
color: #67610F;
}
</style>
background-color css
<style>
a { background-color: #67610F; }
a { background-color: rgb(103,97,15); }
div.DivClassName
{
background-color: #67610F;
}
.BgClassName
{
background-color: #67610F;
}
</style>
border-color css
<style>
span { border-color: #67610F; }
span { border-color: rgb(103,97,15); }
td.TdClassName
{
border-color: #67610F;
}
.TagClassName
{
border-color: #67610F;
}
</style>