Shades of Costa Del Sol #675E04
Tints of Costa Del Sol #675E04
RGB
CMYK
RGB Variations
Color information
#675E04 (or 0x675E04) is known color: Costa Del Sol. HEX triplet: 67, 5E and 04. RGB value is (103,94,4). Sum of RGB (Red+Green+Blue) = 103+94+4=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 94 (37.11% from 255 or 46.77% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #675E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675E04 is #98A1FB. Grayscale: #565656. Windows color (decimal): -10002940 or 286311. OLE color: 286311.
HSL color Cylindrical-coordinate representation of color #675E04: hue angle of 54.55º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #675E04 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 94 | 4 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.60 |
| HSL | 54.55º | 0.93% | 0.21% | - |
| HSV(B) | 54.55º | 0.96% | 0.4% | - |
| XYZ | 9.62 | 10.9 | 1.71 | - |
| YUV | 86.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 4 | 0 | 0.09 | 0.96 | 0.60 | 54.55 | 0.93 | 0.21 |
| Hex | 67 | 5E | 4 | 0 | 9 | 60 | 3C | 37 | 5D | 15 |
| Octal | 147 | 136 | 4 | 0 | 11 | 140 | 74 | 67 | 135 | 25 |
| Binary | 1100111 | 1011110 | 100 | 0 | 1001 | 1100000 | 111100 | 110111 | 1011101 | 10101 |
Color Harmonies of #675E04
Complementary color
Monochromatic Colors of #675E04
Black with #675E04
Text Example
Text Example
White with #675E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675E04; }
p { color: rgb(103,94,4); }
H1.HeaderClassName
{
color: #675E04;
}
.AnyTagClassName
{
color: #675E04;
}
</style>
background-color css
<style>
a { background-color: #675E04; }
a { background-color: rgb(103,94,4); }
div.DivClassName
{
background-color: #675E04;
}
.BgClassName
{
background-color: #675E04;
}
</style>
border-color css
<style>
span { border-color: #675E04; }
span { border-color: rgb(103,94,4); }
td.TdClassName
{
border-color: #675E04;
}
.TagClassName
{
border-color: #675E04;
}
</style>