Shades of Costa Del Sol #675D20
Tints of Costa Del Sol #675D20
RGB
CMYK
RGB Variations
Color information
#675D20 (or 0x675D20) is known color: Costa Del Sol. HEX triplet: 67, 5D and 20. RGB value is (103,93,32). Sum of RGB (Red+Green+Blue) = 103+93+32=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #675D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D20 is #98A2DF. Grayscale: #595959. Windows color (decimal): -10003168 or 2121063. OLE color: 2121063.
HSL color Cylindrical-coordinate representation of color #675D20: hue angle of 51.55º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #675D20 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 32 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.60 |
| HSL | 51.55º | 0.53% | 0.26% | - |
| HSV(B) | 51.55º | 0.69% | 0.4% | - |
| XYZ | 9.77 | 10.82 | 2.94 | - |
| YUV | 89.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 32 | 0 | 0.10 | 0.69 | 0.60 | 51.55 | 0.53 | 0.26 |
| Hex | 67 | 5D | 20 | 0 | A | 45 | 3C | 34 | 35 | 1A |
| Octal | 147 | 135 | 40 | 0 | 12 | 105 | 74 | 64 | 65 | 32 |
| Binary | 1100111 | 1011101 | 100000 | 0 | 1010 | 1000101 | 111100 | 110100 | 110101 | 11010 |
Color Harmonies of #675D20
Complementary color
Monochromatic Colors of #675D20
Black with #675D20
Text Example
Text Example
White with #675D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D20; }
p { color: rgb(103,93,32); }
H1.HeaderClassName
{
color: #675D20;
}
.AnyTagClassName
{
color: #675D20;
}
</style>
background-color css
<style>
a { background-color: #675D20; }
a { background-color: rgb(103,93,32); }
div.DivClassName
{
background-color: #675D20;
}
.BgClassName
{
background-color: #675D20;
}
</style>
border-color css
<style>
span { border-color: #675D20; }
span { border-color: rgb(103,93,32); }
td.TdClassName
{
border-color: #675D20;
}
.TagClassName
{
border-color: #675D20;
}
</style>