Shades of Costa Del Sol #675B0C
Tints of Costa Del Sol #675B0C
RGB
CMYK
RGB Variations
Color information
#675B0C (or 0x675B0C) is known color: Costa Del Sol. HEX triplet: 67, 5B and 0C. RGB value is (103,91,12). Sum of RGB (Red+Green+Blue) = 103+91+12=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #675B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675B0C is #98A4F3. Grayscale: #555555. Windows color (decimal): -10003700 or 809831. OLE color: 809831.
HSL color Cylindrical-coordinate representation of color #675B0C: hue angle of 52.09º 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 #675B0C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 12 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.60 |
| HSL | 52.09º | 0.79% | 0.23% | - |
| HSV(B) | 52.09º | 0.88% | 0.4% | - |
| XYZ | 9.4 | 10.39 | 1.86 | - |
| YUV | 85.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 12 | 0 | 0.12 | 0.88 | 0.60 | 52.09 | 0.79 | 0.23 |
| Hex | 67 | 5B | C | 0 | C | 58 | 3C | 34 | 4F | 17 |
| Octal | 147 | 133 | 14 | 0 | 14 | 130 | 74 | 64 | 117 | 27 |
| Binary | 1100111 | 1011011 | 1100 | 0 | 1100 | 1011000 | 111100 | 110100 | 1001111 | 10111 |
Color Harmonies of #675B0C
Complementary color
Monochromatic Colors of #675B0C
Black with #675B0C
Text Example
Text Example
White with #675B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B0C; }
p { color: rgb(103,91,12); }
H1.HeaderClassName
{
color: #675B0C;
}
.AnyTagClassName
{
color: #675B0C;
}
</style>
background-color css
<style>
a { background-color: #675B0C; }
a { background-color: rgb(103,91,12); }
div.DivClassName
{
background-color: #675B0C;
}
.BgClassName
{
background-color: #675B0C;
}
</style>
border-color css
<style>
span { border-color: #675B0C; }
span { border-color: rgb(103,91,12); }
td.TdClassName
{
border-color: #675B0C;
}
.TagClassName
{
border-color: #675B0C;
}
</style>