Shades of Costa Del Sol #675F0A
Tints of Costa Del Sol #675F0A
RGB
CMYK
RGB Variations
Color information
#675F0A (or 0x675F0A) is known color: Costa Del Sol. HEX triplet: 67, 5F and 0A. RGB value is (103,95,10). Sum of RGB (Red+Green+Blue) = 103+95+10=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #675F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675F0A is #98A0F5. Grayscale: #585858. Windows color (decimal): -10002678 or 679783. OLE color: 679783.
HSL color Cylindrical-coordinate representation of color #675F0A: hue angle of 54.84º 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 #675F0A is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 10 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.60 |
| HSL | 54.84º | 0.82% | 0.22% | - |
| HSV(B) | 54.84º | 0.9% | 0.4% | - |
| XYZ | 9.74 | 11.09 | 1.91 | - |
| YUV | 87.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 10 | 0 | 0.08 | 0.90 | 0.60 | 54.84 | 0.82 | 0.22 |
| Hex | 67 | 5F | A | 0 | 8 | 5A | 3C | 37 | 52 | 16 |
| Octal | 147 | 137 | 12 | 0 | 10 | 132 | 74 | 67 | 122 | 26 |
| Binary | 1100111 | 1011111 | 1010 | 0 | 1000 | 1011010 | 111100 | 110111 | 1010010 | 10110 |
Color Harmonies of #675F0A
Complementary color
Monochromatic Colors of #675F0A
Black with #675F0A
Text Example
Text Example
White with #675F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F0A; }
p { color: rgb(103,95,10); }
H1.HeaderClassName
{
color: #675F0A;
}
.AnyTagClassName
{
color: #675F0A;
}
</style>
background-color css
<style>
a { background-color: #675F0A; }
a { background-color: rgb(103,95,10); }
div.DivClassName
{
background-color: #675F0A;
}
.BgClassName
{
background-color: #675F0A;
}
</style>
border-color css
<style>
span { border-color: #675F0A; }
span { border-color: rgb(103,95,10); }
td.TdClassName
{
border-color: #675F0A;
}
.TagClassName
{
border-color: #675F0A;
}
</style>