Shades of Costa Del Sol #675A0D
Tints of Costa Del Sol #675A0D
RGB
CMYK
RGB Variations
Color information
#675A0D (or 0x675A0D) is known color: Costa Del Sol. HEX triplet: 67, 5A and 0D. RGB value is (103,90,13). Sum of RGB (Red+Green+Blue) = 103+90+13=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #675A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675A0D is #98A5F2. Grayscale: #555555. Windows color (decimal): -10003955 or 875111. OLE color: 875111.
HSL color Cylindrical-coordinate representation of color #675A0D: hue angle of 51.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #675A0D is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 13 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.60 |
| HSL | 51.33º | 0.78% | 0.23% | - |
| HSV(B) | 51.33º | 0.87% | 0.4% | - |
| XYZ | 9.32 | 10.22 | 1.86 | - |
| YUV | 85.11 | 87.31 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 13 | 0 | 0.13 | 0.87 | 0.60 | 51.33 | 0.78 | 0.23 |
| Hex | 67 | 5A | D | 0 | D | 57 | 3C | 33 | 4E | 17 |
| Octal | 147 | 132 | 15 | 0 | 15 | 127 | 74 | 63 | 116 | 27 |
| Binary | 1100111 | 1011010 | 1101 | 0 | 1101 | 1010111 | 111100 | 110011 | 1001110 | 10111 |
Color Harmonies of #675A0D
Complementary color
Monochromatic Colors of #675A0D
Black with #675A0D
Text Example
Text Example
White with #675A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A0D; }
p { color: rgb(103,90,13); }
H1.HeaderClassName
{
color: #675A0D;
}
.AnyTagClassName
{
color: #675A0D;
}
</style>
background-color css
<style>
a { background-color: #675A0D; }
a { background-color: rgb(103,90,13); }
div.DivClassName
{
background-color: #675A0D;
}
.BgClassName
{
background-color: #675A0D;
}
</style>
border-color css
<style>
span { border-color: #675A0D; }
span { border-color: rgb(103,90,13); }
td.TdClassName
{
border-color: #675A0D;
}
.TagClassName
{
border-color: #675A0D;
}
</style>