Shades of Costa Del Sol #675B1C
Tints of Costa Del Sol #675B1C
RGB
CMYK
RGB Variations
Color information
#675B1C (or 0x675B1C) is known color: Costa Del Sol. HEX triplet: 67, 5B and 1C. RGB value is (103,91,28). Sum of RGB (Red+Green+Blue) = 103+91+28=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #675B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675B1C is #98A4E3. Grayscale: #575757. Windows color (decimal): -10003684 or 1858407. OLE color: 1858407.
HSL color Cylindrical-coordinate representation of color #675B1C: hue angle of 50.4º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #675B1C is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 28 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.60 |
| HSL | 50.4º | 0.57% | 0.26% | - |
| HSV(B) | 50.4º | 0.73% | 0.4% | - |
| XYZ | 9.54 | 10.45 | 2.61 | - |
| YUV | 87.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 28 | 0 | 0.12 | 0.73 | 0.60 | 50.4 | 0.57 | 0.26 |
| Hex | 67 | 5B | 1C | 0 | C | 49 | 3C | 32 | 39 | 1A |
| Octal | 147 | 133 | 34 | 0 | 14 | 111 | 74 | 62 | 71 | 32 |
| Binary | 1100111 | 1011011 | 11100 | 0 | 1100 | 1001001 | 111100 | 110010 | 111001 | 11010 |
Color Harmonies of #675B1C
Complementary color
Monochromatic Colors of #675B1C
Black with #675B1C
Text Example
Text Example
White with #675B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B1C; }
p { color: rgb(103,91,28); }
H1.HeaderClassName
{
color: #675B1C;
}
.AnyTagClassName
{
color: #675B1C;
}
</style>
background-color css
<style>
a { background-color: #675B1C; }
a { background-color: rgb(103,91,28); }
div.DivClassName
{
background-color: #675B1C;
}
.BgClassName
{
background-color: #675B1C;
}
</style>
border-color css
<style>
span { border-color: #675B1C; }
span { border-color: rgb(103,91,28); }
td.TdClassName
{
border-color: #675B1C;
}
.TagClassName
{
border-color: #675B1C;
}
</style>