Shades of Costa Del Sol #675D2C
Tints of Costa Del Sol #675D2C
RGB
CMYK
RGB Variations
Color information
#675D2C (or 0x675D2C) is known color: Costa Del Sol. HEX triplet: 67, 5D and 2C. RGB value is (103,93,44). Sum of RGB (Red+Green+Blue) = 103+93+44=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 103 - color contains mainly: red. Hex color #675D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D2C is #98A2D3. Grayscale: #5A5A5A. Windows color (decimal): -10003156 or 2907495. OLE color: 2907495.
HSL color Cylindrical-coordinate representation of color #675D2C: hue angle of 49.83º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #675D2C is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 44 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.60 |
| HSL | 49.83º | 0.4% | 0.29% | - |
| HSV(B) | 49.83º | 0.57% | 0.4% | - |
| XYZ | 9.96 | 10.89 | 3.96 | - |
| YUV | 90.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 44 | 0 | 0.10 | 0.57 | 0.60 | 49.83 | 0.4 | 0.29 |
| Hex | 67 | 5D | 2C | 0 | A | 39 | 3C | 32 | 28 | 1D |
| Octal | 147 | 135 | 54 | 0 | 12 | 71 | 74 | 62 | 50 | 35 |
| Binary | 1100111 | 1011101 | 101100 | 0 | 1010 | 111001 | 111100 | 110010 | 101000 | 11101 |
Color Harmonies of #675D2C
Complementary color
Monochromatic Colors of #675D2C
Black with #675D2C
Text Example
Text Example
White with #675D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D2C; }
p { color: rgb(103,93,44); }
H1.HeaderClassName
{
color: #675D2C;
}
.AnyTagClassName
{
color: #675D2C;
}
</style>
background-color css
<style>
a { background-color: #675D2C; }
a { background-color: rgb(103,93,44); }
div.DivClassName
{
background-color: #675D2C;
}
.BgClassName
{
background-color: #675D2C;
}
</style>
border-color css
<style>
span { border-color: #675D2C; }
span { border-color: rgb(103,93,44); }
td.TdClassName
{
border-color: #675D2C;
}
.TagClassName
{
border-color: #675D2C;
}
</style>