Shades of Costa Del Sol #675D0C
Tints of Costa Del Sol #675D0C
RGB
CMYK
RGB Variations
Color information
#675D0C (or 0x675D0C) is known color: Costa Del Sol. HEX triplet: 67, 5D and 0C. RGB value is (103,93,12). Sum of RGB (Red+Green+Blue) = 103+93+12=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #675D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675D0C is #98A2F3. Grayscale: #575757. Windows color (decimal): -10003188 or 810343. OLE color: 810343.
HSL color Cylindrical-coordinate representation of color #675D0C: hue angle of 53.41º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #675D0C is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 12 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.60 |
| HSL | 53.41º | 0.79% | 0.23% | - |
| HSV(B) | 53.41º | 0.88% | 0.4% | - |
| XYZ | 9.57 | 10.74 | 1.92 | - |
| YUV | 86.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 12 | 0 | 0.10 | 0.88 | 0.60 | 53.41 | 0.79 | 0.23 |
| Hex | 67 | 5D | C | 0 | A | 58 | 3C | 35 | 4F | 17 |
| Octal | 147 | 135 | 14 | 0 | 12 | 130 | 74 | 65 | 117 | 27 |
| Binary | 1100111 | 1011101 | 1100 | 0 | 1010 | 1011000 | 111100 | 110101 | 1001111 | 10111 |
Color Harmonies of #675D0C
Complementary color
Monochromatic Colors of #675D0C
Black with #675D0C
Text Example
Text Example
White with #675D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D0C; }
p { color: rgb(103,93,12); }
H1.HeaderClassName
{
color: #675D0C;
}
.AnyTagClassName
{
color: #675D0C;
}
</style>
background-color css
<style>
a { background-color: #675D0C; }
a { background-color: rgb(103,93,12); }
div.DivClassName
{
background-color: #675D0C;
}
.BgClassName
{
background-color: #675D0C;
}
</style>
border-color css
<style>
span { border-color: #675D0C; }
span { border-color: rgb(103,93,12); }
td.TdClassName
{
border-color: #675D0C;
}
.TagClassName
{
border-color: #675D0C;
}
</style>