Shades of Costa Del Sol #675E30
Tints of Costa Del Sol #675E30
RGB
CMYK
RGB Variations
Color information
#675E30 (or 0x675E30) is known color: Costa Del Sol. HEX triplet: 67, 5E and 30. RGB value is (103,94,48). Sum of RGB (Red+Green+Blue) = 103+94+48=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 103 - color contains mainly: red. Hex color #675E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675E30 is #98A1CF. Grayscale: #5B5B5B. Windows color (decimal): -10002896 or 3169895. OLE color: 3169895.
HSL color Cylindrical-coordinate representation of color #675E30: hue angle of 50.18º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #675E30 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 94 | 48 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.60 |
| HSL | 50.18º | 0.36% | 0.3% | - |
| HSV(B) | 50.18º | 0.53% | 0.4% | - |
| XYZ | 10.13 | 11.1 | 4.41 | - |
| YUV | 91.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 48 | 0 | 0.09 | 0.53 | 0.60 | 50.18 | 0.36 | 0.3 |
| Hex | 67 | 5E | 30 | 0 | 9 | 35 | 3C | 32 | 24 | 1E |
| Octal | 147 | 136 | 60 | 0 | 11 | 65 | 74 | 62 | 44 | 36 |
| Binary | 1100111 | 1011110 | 110000 | 0 | 1001 | 110101 | 111100 | 110010 | 100100 | 11110 |
Color Harmonies of #675E30
Complementary color
Monochromatic Colors of #675E30
Black with #675E30
Text Example
Text Example
White with #675E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675E30; }
p { color: rgb(103,94,48); }
H1.HeaderClassName
{
color: #675E30;
}
.AnyTagClassName
{
color: #675E30;
}
</style>
background-color css
<style>
a { background-color: #675E30; }
a { background-color: rgb(103,94,48); }
div.DivClassName
{
background-color: #675E30;
}
.BgClassName
{
background-color: #675E30;
}
</style>
border-color css
<style>
span { border-color: #675E30; }
span { border-color: rgb(103,94,48); }
td.TdClassName
{
border-color: #675E30;
}
.TagClassName
{
border-color: #675E30;
}
</style>