Shades of Costa Del Sol #675B2D
Tints of Costa Del Sol #675B2D
RGB
CMYK
RGB Variations
Color information
#675B2D (or 0x675B2D) is known color: Costa Del Sol. HEX triplet: 67, 5B and 2D. RGB value is (103,91,45). Sum of RGB (Red+Green+Blue) = 103+91+45=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 103 - color contains mainly: red. Hex color #675B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675B2D is #98A4D2. Grayscale: #595959. Windows color (decimal): -10003667 or 2972519. OLE color: 2972519.
HSL color Cylindrical-coordinate representation of color #675B2D: hue angle of 47.59º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #675B2D is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 45 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.60 |
| HSL | 47.59º | 0.39% | 0.29% | - |
| HSV(B) | 47.59º | 0.56% | 0.4% | - |
| XYZ | 9.81 | 10.56 | 4 | - |
| YUV | 89.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 45 | 0 | 0.12 | 0.56 | 0.60 | 47.59 | 0.39 | 0.29 |
| Hex | 67 | 5B | 2D | 0 | C | 38 | 3C | 30 | 27 | 1D |
| Octal | 147 | 133 | 55 | 0 | 14 | 70 | 74 | 60 | 47 | 35 |
| Binary | 1100111 | 1011011 | 101101 | 0 | 1100 | 111000 | 111100 | 110000 | 100111 | 11101 |
Color Harmonies of #675B2D
Complementary color
Monochromatic Colors of #675B2D
Black with #675B2D
Text Example
Text Example
White with #675B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B2D; }
p { color: rgb(103,91,45); }
H1.HeaderClassName
{
color: #675B2D;
}
.AnyTagClassName
{
color: #675B2D;
}
</style>
background-color css
<style>
a { background-color: #675B2D; }
a { background-color: rgb(103,91,45); }
div.DivClassName
{
background-color: #675B2D;
}
.BgClassName
{
background-color: #675B2D;
}
</style>
border-color css
<style>
span { border-color: #675B2D; }
span { border-color: rgb(103,91,45); }
td.TdClassName
{
border-color: #675B2D;
}
.TagClassName
{
border-color: #675B2D;
}
</style>