Shades of Costa Del Sol #675C2A
Tints of Costa Del Sol #675C2A
RGB
CMYK
RGB Variations
Color information
#675C2A (or 0x675C2A) is known color: Costa Del Sol. HEX triplet: 67, 5C and 2A. RGB value is (103,92,42). Sum of RGB (Red+Green+Blue) = 103+92+42=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #675C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675C2A is #98A3D5. Grayscale: #595959. Windows color (decimal): -10003414 or 2776167. OLE color: 2776167.
HSL color Cylindrical-coordinate representation of color #675C2A: hue angle of 49.18º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #675C2A is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 42 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.60 |
| HSL | 49.18º | 0.42% | 0.28% | - |
| HSV(B) | 49.18º | 0.59% | 0.4% | - |
| XYZ | 9.84 | 10.71 | 3.74 | - |
| YUV | 89.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 42 | 0 | 0.11 | 0.59 | 0.60 | 49.18 | 0.42 | 0.28 |
| Hex | 67 | 5C | 2A | 0 | B | 3B | 3C | 31 | 2A | 1C |
| Octal | 147 | 134 | 52 | 0 | 13 | 73 | 74 | 61 | 52 | 34 |
| Binary | 1100111 | 1011100 | 101010 | 0 | 1011 | 111011 | 111100 | 110001 | 101010 | 11100 |
Color Harmonies of #675C2A
Complementary color
Monochromatic Colors of #675C2A
Black with #675C2A
Text Example
Text Example
White with #675C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C2A; }
p { color: rgb(103,92,42); }
H1.HeaderClassName
{
color: #675C2A;
}
.AnyTagClassName
{
color: #675C2A;
}
</style>
background-color css
<style>
a { background-color: #675C2A; }
a { background-color: rgb(103,92,42); }
div.DivClassName
{
background-color: #675C2A;
}
.BgClassName
{
background-color: #675C2A;
}
</style>
border-color css
<style>
span { border-color: #675C2A; }
span { border-color: rgb(103,92,42); }
td.TdClassName
{
border-color: #675C2A;
}
.TagClassName
{
border-color: #675C2A;
}
</style>