Shades of Costa Del Sol #675F26
Tints of Costa Del Sol #675F26
RGB
CMYK
RGB Variations
Color information
#675F26 (or 0x675F26) is known color: Costa Del Sol. HEX triplet: 67, 5F and 26. RGB value is (103,95,38). Sum of RGB (Red+Green+Blue) = 103+95+38=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 103 - color contains mainly: red. Hex color #675F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675F26 is #98A0D9. Grayscale: #5B5B5B. Windows color (decimal): -10002650 or 2514791. OLE color: 2514791.
HSL color Cylindrical-coordinate representation of color #675F26: hue angle of 52.62º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #675F26 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 38 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.60 |
| HSL | 52.62º | 0.46% | 0.28% | - |
| HSV(B) | 52.62º | 0.63% | 0.4% | - |
| XYZ | 10.04 | 11.21 | 3.47 | - |
| YUV | 90.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 38 | 0 | 0.08 | 0.63 | 0.60 | 52.62 | 0.46 | 0.28 |
| Hex | 67 | 5F | 26 | 0 | 8 | 3F | 3C | 35 | 2E | 1C |
| Octal | 147 | 137 | 46 | 0 | 10 | 77 | 74 | 65 | 56 | 34 |
| Binary | 1100111 | 1011111 | 100110 | 0 | 1000 | 111111 | 111100 | 110101 | 101110 | 11100 |
Color Harmonies of #675F26
Complementary color
Monochromatic Colors of #675F26
Black with #675F26
Text Example
Text Example
White with #675F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F26; }
p { color: rgb(103,95,38); }
H1.HeaderClassName
{
color: #675F26;
}
.AnyTagClassName
{
color: #675F26;
}
</style>
background-color css
<style>
a { background-color: #675F26; }
a { background-color: rgb(103,95,38); }
div.DivClassName
{
background-color: #675F26;
}
.BgClassName
{
background-color: #675F26;
}
</style>
border-color css
<style>
span { border-color: #675F26; }
span { border-color: rgb(103,95,38); }
td.TdClassName
{
border-color: #675F26;
}
.TagClassName
{
border-color: #675F26;
}
</style>