Shades of Costa Del Sol #675A18
Tints of Costa Del Sol #675A18
RGB
CMYK
RGB Variations
Color information
#675A18 (or 0x675A18) is known color: Costa Del Sol. HEX triplet: 67, 5A and 18. RGB value is (103,90,24). Sum of RGB (Red+Green+Blue) = 103+90+24=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #675A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675A18 is #98A5E7. Grayscale: #565656. Windows color (decimal): -10003944 or 1596007. OLE color: 1596007.
HSL color Cylindrical-coordinate representation of color #675A18: hue angle of 50.13º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #675A18 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 24 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.60 |
| HSL | 50.13º | 0.62% | 0.25% | - |
| HSV(B) | 50.13º | 0.77% | 0.4% | - |
| XYZ | 9.41 | 10.26 | 2.35 | - |
| YUV | 86.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 24 | 0 | 0.13 | 0.77 | 0.60 | 50.13 | 0.62 | 0.25 |
| Hex | 67 | 5A | 18 | 0 | D | 4D | 3C | 32 | 3E | 19 |
| Octal | 147 | 132 | 30 | 0 | 15 | 115 | 74 | 62 | 76 | 31 |
| Binary | 1100111 | 1011010 | 11000 | 0 | 1101 | 1001101 | 111100 | 110010 | 111110 | 11001 |
Color Harmonies of #675A18
Complementary color
Monochromatic Colors of #675A18
Black with #675A18
Text Example
Text Example
White with #675A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A18; }
p { color: rgb(103,90,24); }
H1.HeaderClassName
{
color: #675A18;
}
.AnyTagClassName
{
color: #675A18;
}
</style>
background-color css
<style>
a { background-color: #675A18; }
a { background-color: rgb(103,90,24); }
div.DivClassName
{
background-color: #675A18;
}
.BgClassName
{
background-color: #675A18;
}
</style>
border-color css
<style>
span { border-color: #675A18; }
span { border-color: rgb(103,90,24); }
td.TdClassName
{
border-color: #675A18;
}
.TagClassName
{
border-color: #675A18;
}
</style>