Shades of Costa Del Sol #675D26
Tints of Costa Del Sol #675D26
RGB
CMYK
RGB Variations
Color information
#675D26 (or 0x675D26) is known color: Costa Del Sol. HEX triplet: 67, 5D and 26. RGB value is (103,93,38). Sum of RGB (Red+Green+Blue) = 103+93+38=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #675D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D26 is #98A2D9. Grayscale: #595959. Windows color (decimal): -10003162 or 2514279. OLE color: 2514279.
HSL color Cylindrical-coordinate representation of color #675D26: hue angle of 50.77º 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 #675D26 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 38 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.60 |
| HSL | 50.77º | 0.46% | 0.28% | - |
| HSV(B) | 50.77º | 0.63% | 0.4% | - |
| XYZ | 9.86 | 10.85 | 3.41 | - |
| YUV | 89.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 38 | 0 | 0.10 | 0.63 | 0.60 | 50.77 | 0.46 | 0.28 |
| Hex | 67 | 5D | 26 | 0 | A | 3F | 3C | 33 | 2E | 1C |
| Octal | 147 | 135 | 46 | 0 | 12 | 77 | 74 | 63 | 56 | 34 |
| Binary | 1100111 | 1011101 | 100110 | 0 | 1010 | 111111 | 111100 | 110011 | 101110 | 11100 |
Color Harmonies of #675D26
Complementary color
Monochromatic Colors of #675D26
Black with #675D26
Text Example
Text Example
White with #675D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D26; }
p { color: rgb(103,93,38); }
H1.HeaderClassName
{
color: #675D26;
}
.AnyTagClassName
{
color: #675D26;
}
</style>
background-color css
<style>
a { background-color: #675D26; }
a { background-color: rgb(103,93,38); }
div.DivClassName
{
background-color: #675D26;
}
.BgClassName
{
background-color: #675D26;
}
</style>
border-color css
<style>
span { border-color: #675D26; }
span { border-color: rgb(103,93,38); }
td.TdClassName
{
border-color: #675D26;
}
.TagClassName
{
border-color: #675D26;
}
</style>