Shades of Costa Del Sol #675B1A
Tints of Costa Del Sol #675B1A
RGB
CMYK
RGB Variations
Color information
#675B1A (or 0x675B1A) is known color: Costa Del Sol. HEX triplet: 67, 5B and 1A. RGB value is (103,91,26). Sum of RGB (Red+Green+Blue) = 103+91+26=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #675B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675B1A is #98A4E5. Grayscale: #575757. Windows color (decimal): -10003686 or 1727335. OLE color: 1727335.
HSL color Cylindrical-coordinate representation of color #675B1A: hue angle of 50.65º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #675B1A is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 26 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.60 |
| HSL | 50.65º | 0.6% | 0.25% | - |
| HSV(B) | 50.65º | 0.75% | 0.4% | - |
| XYZ | 9.52 | 10.44 | 2.49 | - |
| YUV | 87.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 26 | 0 | 0.12 | 0.75 | 0.60 | 50.65 | 0.6 | 0.25 |
| Hex | 67 | 5B | 1A | 0 | C | 4B | 3C | 33 | 3C | 19 |
| Octal | 147 | 133 | 32 | 0 | 14 | 113 | 74 | 63 | 74 | 31 |
| Binary | 1100111 | 1011011 | 11010 | 0 | 1100 | 1001011 | 111100 | 110011 | 111100 | 11001 |
Color Harmonies of #675B1A
Complementary color
Monochromatic Colors of #675B1A
Black with #675B1A
Text Example
Text Example
White with #675B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B1A; }
p { color: rgb(103,91,26); }
H1.HeaderClassName
{
color: #675B1A;
}
.AnyTagClassName
{
color: #675B1A;
}
</style>
background-color css
<style>
a { background-color: #675B1A; }
a { background-color: rgb(103,91,26); }
div.DivClassName
{
background-color: #675B1A;
}
.BgClassName
{
background-color: #675B1A;
}
</style>
border-color css
<style>
span { border-color: #675B1A; }
span { border-color: rgb(103,91,26); }
td.TdClassName
{
border-color: #675B1A;
}
.TagClassName
{
border-color: #675B1A;
}
</style>