Shades of Costa Del Sol #675C17
Tints of Costa Del Sol #675C17
RGB
CMYK
RGB Variations
Color information
#675C17 (or 0x675C17) is known color: Costa Del Sol. HEX triplet: 67, 5C and 17. RGB value is (103,92,23). Sum of RGB (Red+Green+Blue) = 103+92+23=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #675C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675C17 is #98A3E8. Grayscale: #575757. Windows color (decimal): -10003433 or 1530983. OLE color: 1530983.
HSL color Cylindrical-coordinate representation of color #675C17: hue angle of 51.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #675C17 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 23 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.60 |
| HSL | 51.75º | 0.63% | 0.25% | - |
| HSV(B) | 51.75º | 0.78% | 0.4% | - |
| XYZ | 9.58 | 10.6 | 2.35 | - |
| YUV | 87.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 23 | 0 | 0.11 | 0.78 | 0.60 | 51.75 | 0.63 | 0.25 |
| Hex | 67 | 5C | 17 | 0 | B | 4E | 3C | 34 | 3F | 19 |
| Octal | 147 | 134 | 27 | 0 | 13 | 116 | 74 | 64 | 77 | 31 |
| Binary | 1100111 | 1011100 | 10111 | 0 | 1011 | 1001110 | 111100 | 110100 | 111111 | 11001 |
Color Harmonies of #675C17
Complementary color
Monochromatic Colors of #675C17
Black with #675C17
Text Example
Text Example
White with #675C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C17; }
p { color: rgb(103,92,23); }
H1.HeaderClassName
{
color: #675C17;
}
.AnyTagClassName
{
color: #675C17;
}
</style>
background-color css
<style>
a { background-color: #675C17; }
a { background-color: rgb(103,92,23); }
div.DivClassName
{
background-color: #675C17;
}
.BgClassName
{
background-color: #675C17;
}
</style>
border-color css
<style>
span { border-color: #675C17; }
span { border-color: rgb(103,92,23); }
td.TdClassName
{
border-color: #675C17;
}
.TagClassName
{
border-color: #675C17;
}
</style>