Shades of Costa Del Sol #675A0B
Tints of Costa Del Sol #675A0B
RGB
CMYK
RGB Variations
Color information
#675A0B (or 0x675A0B) is known color: Costa Del Sol. HEX triplet: 67, 5A and 0B. RGB value is (103,90,11). Sum of RGB (Red+Green+Blue) = 103+90+11=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #675A0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675A0B is #98A5F4. Grayscale: #555555. Windows color (decimal): -10003957 or 744039. OLE color: 744039.
HSL color Cylindrical-coordinate representation of color #675A0B: hue angle of 51.52º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #675A0B is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 11 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.60 |
| HSL | 51.52º | 0.81% | 0.22% | - |
| HSV(B) | 51.52º | 0.89% | 0.4% | - |
| XYZ | 9.31 | 10.22 | 1.8 | - |
| YUV | 84.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 11 | 0 | 0.13 | 0.89 | 0.60 | 51.52 | 0.81 | 0.22 |
| Hex | 67 | 5A | B | 0 | D | 59 | 3C | 34 | 51 | 16 |
| Octal | 147 | 132 | 13 | 0 | 15 | 131 | 74 | 64 | 121 | 26 |
| Binary | 1100111 | 1011010 | 1011 | 0 | 1101 | 1011001 | 111100 | 110100 | 1010001 | 10110 |
Color Harmonies of #675A0B
Complementary color
Monochromatic Colors of #675A0B
Black with #675A0B
Text Example
Text Example
White with #675A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A0B; }
p { color: rgb(103,90,11); }
H1.HeaderClassName
{
color: #675A0B;
}
.AnyTagClassName
{
color: #675A0B;
}
</style>
background-color css
<style>
a { background-color: #675A0B; }
a { background-color: rgb(103,90,11); }
div.DivClassName
{
background-color: #675A0B;
}
.BgClassName
{
background-color: #675A0B;
}
</style>
border-color css
<style>
span { border-color: #675A0B; }
span { border-color: rgb(103,90,11); }
td.TdClassName
{
border-color: #675A0B;
}
.TagClassName
{
border-color: #675A0B;
}
</style>