Shades of Costa Del Sol #675C26
Tints of Costa Del Sol #675C26
RGB
CMYK
RGB Variations
Color information
#675C26 (or 0x675C26) is known color: Costa Del Sol. HEX triplet: 67, 5C and 26. RGB value is (103,92,38). Sum of RGB (Red+Green+Blue) = 103+92+38=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 103 - color contains mainly: red. Hex color #675C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675C26 is #98A3D9. Grayscale: #595959. Windows color (decimal): -10003418 or 2514023. OLE color: 2514023.
HSL color Cylindrical-coordinate representation of color #675C26: hue angle of 49.85º 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 #675C26 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 38 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.60 |
| HSL | 49.85º | 0.46% | 0.28% | - |
| HSV(B) | 49.85º | 0.63% | 0.4% | - |
| XYZ | 9.77 | 10.68 | 3.38 | - |
| YUV | 89.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 38 | 0 | 0.11 | 0.63 | 0.60 | 49.85 | 0.46 | 0.28 |
| Hex | 67 | 5C | 26 | 0 | B | 3F | 3C | 32 | 2E | 1C |
| Octal | 147 | 134 | 46 | 0 | 13 | 77 | 74 | 62 | 56 | 34 |
| Binary | 1100111 | 1011100 | 100110 | 0 | 1011 | 111111 | 111100 | 110010 | 101110 | 11100 |
Color Harmonies of #675C26
Complementary color
Monochromatic Colors of #675C26
Black with #675C26
Text Example
Text Example
White with #675C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C26; }
p { color: rgb(103,92,38); }
H1.HeaderClassName
{
color: #675C26;
}
.AnyTagClassName
{
color: #675C26;
}
</style>
background-color css
<style>
a { background-color: #675C26; }
a { background-color: rgb(103,92,38); }
div.DivClassName
{
background-color: #675C26;
}
.BgClassName
{
background-color: #675C26;
}
</style>
border-color css
<style>
span { border-color: #675C26; }
span { border-color: rgb(103,92,38); }
td.TdClassName
{
border-color: #675C26;
}
.TagClassName
{
border-color: #675C26;
}
</style>