Shades of Costa Del Sol #675C11
Tints of Costa Del Sol #675C11
RGB
CMYK
RGB Variations
Color information
#675C11 (or 0x675C11) is known color: Costa Del Sol. HEX triplet: 67, 5C and 11. RGB value is (103,92,17). Sum of RGB (Red+Green+Blue) = 103+92+17=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #675C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675C11 is #98A3EE. Grayscale: #575757. Windows color (decimal): -10003439 or 1137767. OLE color: 1137767.
HSL color Cylindrical-coordinate representation of color #675C11: hue angle of 52.33º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #675C11 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 17 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.60 |
| HSL | 52.33º | 0.72% | 0.24% | - |
| HSV(B) | 52.33º | 0.83% | 0.4% | - |
| XYZ | 9.52 | 10.58 | 2.07 | - |
| YUV | 86.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 17 | 0 | 0.11 | 0.83 | 0.60 | 52.33 | 0.72 | 0.24 |
| Hex | 67 | 5C | 11 | 0 | B | 53 | 3C | 34 | 48 | 18 |
| Octal | 147 | 134 | 21 | 0 | 13 | 123 | 74 | 64 | 110 | 30 |
| Binary | 1100111 | 1011100 | 10001 | 0 | 1011 | 1010011 | 111100 | 110100 | 1001000 | 11000 |
Color Harmonies of #675C11
Complementary color
Monochromatic Colors of #675C11
Black with #675C11
Text Example
Text Example
White with #675C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C11; }
p { color: rgb(103,92,17); }
H1.HeaderClassName
{
color: #675C11;
}
.AnyTagClassName
{
color: #675C11;
}
</style>
background-color css
<style>
a { background-color: #675C11; }
a { background-color: rgb(103,92,17); }
div.DivClassName
{
background-color: #675C11;
}
.BgClassName
{
background-color: #675C11;
}
</style>
border-color css
<style>
span { border-color: #675C11; }
span { border-color: rgb(103,92,17); }
td.TdClassName
{
border-color: #675C11;
}
.TagClassName
{
border-color: #675C11;
}
</style>