Shades of Costa Del Sol #675D1B
Tints of Costa Del Sol #675D1B
RGB
CMYK
RGB Variations
Color information
#675D1B (or 0x675D1B) is known color: Costa Del Sol. HEX triplet: 67, 5D and 1B. RGB value is (103,93,27). Sum of RGB (Red+Green+Blue) = 103+93+27=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 103 - color contains mainly: red. Hex color #675D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D1B is #98A2E4. Grayscale: #585858. Windows color (decimal): -10003173 or 1793383. OLE color: 1793383.
HSL color Cylindrical-coordinate representation of color #675D1B: hue angle of 52.11º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #675D1B is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 27 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.60 |
| HSL | 52.11º | 0.58% | 0.25% | - |
| HSV(B) | 52.11º | 0.74% | 0.4% | - |
| XYZ | 9.71 | 10.79 | 2.61 | - |
| YUV | 88.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 27 | 0 | 0.10 | 0.74 | 0.60 | 52.11 | 0.58 | 0.25 |
| Hex | 67 | 5D | 1B | 0 | A | 4A | 3C | 34 | 3A | 19 |
| Octal | 147 | 135 | 33 | 0 | 12 | 112 | 74 | 64 | 72 | 31 |
| Binary | 1100111 | 1011101 | 11011 | 0 | 1010 | 1001010 | 111100 | 110100 | 111010 | 11001 |
Color Harmonies of #675D1B
Complementary color
Monochromatic Colors of #675D1B
Black with #675D1B
Text Example
Text Example
White with #675D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D1B; }
p { color: rgb(103,93,27); }
H1.HeaderClassName
{
color: #675D1B;
}
.AnyTagClassName
{
color: #675D1B;
}
</style>
background-color css
<style>
a { background-color: #675D1B; }
a { background-color: rgb(103,93,27); }
div.DivClassName
{
background-color: #675D1B;
}
.BgClassName
{
background-color: #675D1B;
}
</style>
border-color css
<style>
span { border-color: #675D1B; }
span { border-color: rgb(103,93,27); }
td.TdClassName
{
border-color: #675D1B;
}
.TagClassName
{
border-color: #675D1B;
}
</style>