Shades of Costa Del Sol #675A0E
Tints of Costa Del Sol #675A0E
RGB
CMYK
RGB Variations
Color information
#675A0E (or 0x675A0E) is known color: Costa Del Sol. HEX triplet: 67, 5A and 0E. RGB value is (103,90,14). Sum of RGB (Red+Green+Blue) = 103+90+14=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #675A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675A0E is #98A5F1. Grayscale: #555555. Windows color (decimal): -10003954 or 940647. OLE color: 940647.
HSL color Cylindrical-coordinate representation of color #675A0E: hue angle of 51.24º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #675A0E is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 14 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.60 |
| HSL | 51.24º | 0.76% | 0.23% | - |
| HSV(B) | 51.24º | 0.86% | 0.4% | - |
| XYZ | 9.33 | 10.23 | 1.9 | - |
| YUV | 85.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 14 | 0 | 0.13 | 0.86 | 0.60 | 51.24 | 0.76 | 0.23 |
| Hex | 67 | 5A | E | 0 | D | 56 | 3C | 33 | 4C | 17 |
| Octal | 147 | 132 | 16 | 0 | 15 | 126 | 74 | 63 | 114 | 27 |
| Binary | 1100111 | 1011010 | 1110 | 0 | 1101 | 1010110 | 111100 | 110011 | 1001100 | 10111 |
Color Harmonies of #675A0E
Complementary color
Monochromatic Colors of #675A0E
Black with #675A0E
Text Example
Text Example
White with #675A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A0E; }
p { color: rgb(103,90,14); }
H1.HeaderClassName
{
color: #675A0E;
}
.AnyTagClassName
{
color: #675A0E;
}
</style>
background-color css
<style>
a { background-color: #675A0E; }
a { background-color: rgb(103,90,14); }
div.DivClassName
{
background-color: #675A0E;
}
.BgClassName
{
background-color: #675A0E;
}
</style>
border-color css
<style>
span { border-color: #675A0E; }
span { border-color: rgb(103,90,14); }
td.TdClassName
{
border-color: #675A0E;
}
.TagClassName
{
border-color: #675A0E;
}
</style>