Shades of Costa Del Sol #675F09
Tints of Costa Del Sol #675F09
RGB
CMYK
RGB Variations
Color information
#675F09 (or 0x675F09) is known color: Costa Del Sol. HEX triplet: 67, 5F and 09. RGB value is (103,95,9). Sum of RGB (Red+Green+Blue) = 103+95+9=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #675F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675F09 is #98A0F6. Grayscale: #575757. Windows color (decimal): -10002679 or 614247. OLE color: 614247.
HSL color Cylindrical-coordinate representation of color #675F09: hue angle of 54.89º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #675F09 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 9 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.60 |
| HSL | 54.89º | 0.84% | 0.22% | - |
| HSV(B) | 54.89º | 0.91% | 0.4% | - |
| XYZ | 9.74 | 11.09 | 1.89 | - |
| YUV | 87.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 9 | 0 | 0.08 | 0.91 | 0.60 | 54.89 | 0.84 | 0.22 |
| Hex | 67 | 5F | 9 | 0 | 8 | 5B | 3C | 37 | 54 | 16 |
| Octal | 147 | 137 | 11 | 0 | 10 | 133 | 74 | 67 | 124 | 26 |
| Binary | 1100111 | 1011111 | 1001 | 0 | 1000 | 1011011 | 111100 | 110111 | 1010100 | 10110 |
Color Harmonies of #675F09
Complementary color
Monochromatic Colors of #675F09
Black with #675F09
Text Example
Text Example
White with #675F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F09; }
p { color: rgb(103,95,9); }
H1.HeaderClassName
{
color: #675F09;
}
.AnyTagClassName
{
color: #675F09;
}
</style>
background-color css
<style>
a { background-color: #675F09; }
a { background-color: rgb(103,95,9); }
div.DivClassName
{
background-color: #675F09;
}
.BgClassName
{
background-color: #675F09;
}
</style>
border-color css
<style>
span { border-color: #675F09; }
span { border-color: rgb(103,95,9); }
td.TdClassName
{
border-color: #675F09;
}
.TagClassName
{
border-color: #675F09;
}
</style>