Shades of Costa Del Sol #675C0E
Tints of Costa Del Sol #675C0E
RGB
CMYK
RGB Variations
Color information
#675C0E (or 0x675C0E) is known color: Costa Del Sol. HEX triplet: 67, 5C and 0E. RGB value is (103,92,14). Sum of RGB (Red+Green+Blue) = 103+92+14=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #675C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675C0E is #98A3F1. Grayscale: #565656. Windows color (decimal): -10003442 or 941159. OLE color: 941159.
HSL color Cylindrical-coordinate representation of color #675C0E: hue angle of 52.58º 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 #675C0E is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 14 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.60 |
| HSL | 52.58º | 0.76% | 0.23% | - |
| HSV(B) | 52.58º | 0.86% | 0.4% | - |
| XYZ | 9.5 | 10.57 | 1.95 | - |
| YUV | 86.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 14 | 0 | 0.11 | 0.86 | 0.60 | 52.58 | 0.76 | 0.23 |
| Hex | 67 | 5C | E | 0 | B | 56 | 3C | 35 | 4C | 17 |
| Octal | 147 | 134 | 16 | 0 | 13 | 126 | 74 | 65 | 114 | 27 |
| Binary | 1100111 | 1011100 | 1110 | 0 | 1011 | 1010110 | 111100 | 110101 | 1001100 | 10111 |
Color Harmonies of #675C0E
Complementary color
Monochromatic Colors of #675C0E
Black with #675C0E
Text Example
Text Example
White with #675C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C0E; }
p { color: rgb(103,92,14); }
H1.HeaderClassName
{
color: #675C0E;
}
.AnyTagClassName
{
color: #675C0E;
}
</style>
background-color css
<style>
a { background-color: #675C0E; }
a { background-color: rgb(103,92,14); }
div.DivClassName
{
background-color: #675C0E;
}
.BgClassName
{
background-color: #675C0E;
}
</style>
border-color css
<style>
span { border-color: #675C0E; }
span { border-color: rgb(103,92,14); }
td.TdClassName
{
border-color: #675C0E;
}
.TagClassName
{
border-color: #675C0E;
}
</style>