Shades of Costa Del Sol #675C31
Tints of Costa Del Sol #675C31
RGB
CMYK
RGB Variations
Color information
#675C31 (or 0x675C31) is known color: Costa Del Sol. HEX triplet: 67, 5C and 31. RGB value is (103,92,49). Sum of RGB (Red+Green+Blue) = 103+92+49=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 103 - color contains mainly: red. Hex color #675C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675C31 is #98A3CE. Grayscale: #5A5A5A. Windows color (decimal): -10003407 or 3234919. OLE color: 3234919.
HSL color Cylindrical-coordinate representation of color #675C31: hue angle of 47.78º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675C31 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 49 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.60 |
| HSL | 47.78º | 0.36% | 0.3% | - |
| HSV(B) | 47.78º | 0.52% | 0.4% | - |
| XYZ | 9.98 | 10.76 | 4.46 | - |
| YUV | 90.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 49 | 0 | 0.11 | 0.52 | 0.60 | 47.78 | 0.36 | 0.3 |
| Hex | 67 | 5C | 31 | 0 | B | 34 | 3C | 30 | 24 | 1E |
| Octal | 147 | 134 | 61 | 0 | 13 | 64 | 74 | 60 | 44 | 36 |
| Binary | 1100111 | 1011100 | 110001 | 0 | 1011 | 110100 | 111100 | 110000 | 100100 | 11110 |
Color Harmonies of #675C31
Complementary color
Monochromatic Colors of #675C31
Black with #675C31
Text Example
Text Example
White with #675C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C31; }
p { color: rgb(103,92,49); }
H1.HeaderClassName
{
color: #675C31;
}
.AnyTagClassName
{
color: #675C31;
}
</style>
background-color css
<style>
a { background-color: #675C31; }
a { background-color: rgb(103,92,49); }
div.DivClassName
{
background-color: #675C31;
}
.BgClassName
{
background-color: #675C31;
}
</style>
border-color css
<style>
span { border-color: #675C31; }
span { border-color: rgb(103,92,49); }
td.TdClassName
{
border-color: #675C31;
}
.TagClassName
{
border-color: #675C31;
}
</style>