Shades of Costa Del Sol #675A13
Tints of Costa Del Sol #675A13
RGB
CMYK
RGB Variations
Color information
#675A13 (or 0x675A13) is known color: Costa Del Sol. HEX triplet: 67, 5A and 13. RGB value is (103,90,19). Sum of RGB (Red+Green+Blue) = 103+90+19=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #675A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675A13 is #98A5EC. Grayscale: #565656. Windows color (decimal): -10003949 or 1268327. OLE color: 1268327.
HSL color Cylindrical-coordinate representation of color #675A13: hue angle of 50.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #675A13 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 19 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.60 |
| HSL | 50.71º | 0.69% | 0.24% | - |
| HSV(B) | 50.71º | 0.82% | 0.4% | - |
| XYZ | 9.37 | 10.24 | 2.1 | - |
| YUV | 85.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 19 | 0 | 0.13 | 0.82 | 0.60 | 50.71 | 0.69 | 0.24 |
| Hex | 67 | 5A | 13 | 0 | D | 52 | 3C | 33 | 45 | 18 |
| Octal | 147 | 132 | 23 | 0 | 15 | 122 | 74 | 63 | 105 | 30 |
| Binary | 1100111 | 1011010 | 10011 | 0 | 1101 | 1010010 | 111100 | 110011 | 1000101 | 11000 |
Color Harmonies of #675A13
Complementary color
Monochromatic Colors of #675A13
Black with #675A13
Text Example
Text Example
White with #675A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A13; }
p { color: rgb(103,90,19); }
H1.HeaderClassName
{
color: #675A13;
}
.AnyTagClassName
{
color: #675A13;
}
</style>
background-color css
<style>
a { background-color: #675A13; }
a { background-color: rgb(103,90,19); }
div.DivClassName
{
background-color: #675A13;
}
.BgClassName
{
background-color: #675A13;
}
</style>
border-color css
<style>
span { border-color: #675A13; }
span { border-color: rgb(103,90,19); }
td.TdClassName
{
border-color: #675A13;
}
.TagClassName
{
border-color: #675A13;
}
</style>