Shades of Costa Del Sol #675F0B
Tints of Costa Del Sol #675F0B
RGB
CMYK
RGB Variations
Color information
#675F0B (or 0x675F0B) is known color: Costa Del Sol. HEX triplet: 67, 5F and 0B. RGB value is (103,95,11). Sum of RGB (Red+Green+Blue) = 103+95+11=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #675F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675F0B is #98A0F4. Grayscale: #585858. Windows color (decimal): -10002677 or 745319. OLE color: 745319.
HSL color Cylindrical-coordinate representation of color #675F0B: hue angle of 54.78º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #675F0B is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 11 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.60 |
| HSL | 54.78º | 0.81% | 0.22% | - |
| HSV(B) | 54.78º | 0.89% | 0.4% | - |
| XYZ | 9.75 | 11.09 | 1.94 | - |
| YUV | 87.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 11 | 0 | 0.08 | 0.89 | 0.60 | 54.78 | 0.81 | 0.22 |
| Hex | 67 | 5F | B | 0 | 8 | 59 | 3C | 37 | 51 | 16 |
| Octal | 147 | 137 | 13 | 0 | 10 | 131 | 74 | 67 | 121 | 26 |
| Binary | 1100111 | 1011111 | 1011 | 0 | 1000 | 1011001 | 111100 | 110111 | 1010001 | 10110 |
Color Harmonies of #675F0B
Complementary color
Monochromatic Colors of #675F0B
Black with #675F0B
Text Example
Text Example
White with #675F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F0B; }
p { color: rgb(103,95,11); }
H1.HeaderClassName
{
color: #675F0B;
}
.AnyTagClassName
{
color: #675F0B;
}
</style>
background-color css
<style>
a { background-color: #675F0B; }
a { background-color: rgb(103,95,11); }
div.DivClassName
{
background-color: #675F0B;
}
.BgClassName
{
background-color: #675F0B;
}
</style>
border-color css
<style>
span { border-color: #675F0B; }
span { border-color: rgb(103,95,11); }
td.TdClassName
{
border-color: #675F0B;
}
.TagClassName
{
border-color: #675F0B;
}
</style>