Shades of Costa Del Sol #675D0A
Tints of Costa Del Sol #675D0A
RGB
CMYK
RGB Variations
Color information
#675D0A (or 0x675D0A) is known color: Costa Del Sol. HEX triplet: 67, 5D and 0A. RGB value is (103,93,10). Sum of RGB (Red+Green+Blue) = 103+93+10=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #675D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675D0A is #98A2F5. Grayscale: #565656. Windows color (decimal): -10003190 or 679271. OLE color: 679271.
HSL color Cylindrical-coordinate representation of color #675D0A: hue angle of 53.55º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #675D0A is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 10 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.60 |
| HSL | 53.55º | 0.82% | 0.22% | - |
| HSV(B) | 53.55º | 0.9% | 0.4% | - |
| XYZ | 9.56 | 10.73 | 1.86 | - |
| YUV | 86.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 10 | 0 | 0.10 | 0.90 | 0.60 | 53.55 | 0.82 | 0.22 |
| Hex | 67 | 5D | A | 0 | A | 5A | 3C | 36 | 52 | 16 |
| Octal | 147 | 135 | 12 | 0 | 12 | 132 | 74 | 66 | 122 | 26 |
| Binary | 1100111 | 1011101 | 1010 | 0 | 1010 | 1011010 | 111100 | 110110 | 1010010 | 10110 |
Color Harmonies of #675D0A
Complementary color
Monochromatic Colors of #675D0A
Black with #675D0A
Text Example
Text Example
White with #675D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D0A; }
p { color: rgb(103,93,10); }
H1.HeaderClassName
{
color: #675D0A;
}
.AnyTagClassName
{
color: #675D0A;
}
</style>
background-color css
<style>
a { background-color: #675D0A; }
a { background-color: rgb(103,93,10); }
div.DivClassName
{
background-color: #675D0A;
}
.BgClassName
{
background-color: #675D0A;
}
</style>
border-color css
<style>
span { border-color: #675D0A; }
span { border-color: rgb(103,93,10); }
td.TdClassName
{
border-color: #675D0A;
}
.TagClassName
{
border-color: #675D0A;
}
</style>