Shades of Costa Del Sol #675E1A
Tints of Costa Del Sol #675E1A
RGB
CMYK
RGB Variations
Color information
#675E1A (or 0x675E1A) is known color: Costa Del Sol. HEX triplet: 67, 5E and 1A. RGB value is (103,94,26). Sum of RGB (Red+Green+Blue) = 103+94+26=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 103 - color contains mainly: red. Hex color #675E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675E1A is #98A1E5. Grayscale: #595959. Windows color (decimal): -10002918 or 1728103. OLE color: 1728103.
HSL color Cylindrical-coordinate representation of color #675E1A: hue angle of 52.99º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #675E1A is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 94 | 26 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.60 |
| HSL | 52.99º | 0.6% | 0.25% | - |
| HSV(B) | 52.99º | 0.75% | 0.4% | - |
| XYZ | 9.78 | 10.96 | 2.58 | - |
| YUV | 88.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 26 | 0 | 0.09 | 0.75 | 0.60 | 52.99 | 0.6 | 0.25 |
| Hex | 67 | 5E | 1A | 0 | 9 | 4B | 3C | 35 | 3C | 19 |
| Octal | 147 | 136 | 32 | 0 | 11 | 113 | 74 | 65 | 74 | 31 |
| Binary | 1100111 | 1011110 | 11010 | 0 | 1001 | 1001011 | 111100 | 110101 | 111100 | 11001 |
Color Harmonies of #675E1A
Complementary color
Monochromatic Colors of #675E1A
Black with #675E1A
Text Example
Text Example
White with #675E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675E1A; }
p { color: rgb(103,94,26); }
H1.HeaderClassName
{
color: #675E1A;
}
.AnyTagClassName
{
color: #675E1A;
}
</style>
background-color css
<style>
a { background-color: #675E1A; }
a { background-color: rgb(103,94,26); }
div.DivClassName
{
background-color: #675E1A;
}
.BgClassName
{
background-color: #675E1A;
}
</style>
border-color css
<style>
span { border-color: #675E1A; }
span { border-color: rgb(103,94,26); }
td.TdClassName
{
border-color: #675E1A;
}
.TagClassName
{
border-color: #675E1A;
}
</style>