Shades of Costa Del Sol #6D621C
Tints of Costa Del Sol #6D621C
RGB
CMYK
RGB Variations
Color information
#6D621C (or 0x6D621C) is known color: Costa Del Sol. HEX triplet: 6D, 62 and 1C. RGB value is (109,98,28). Sum of RGB (Red+Green+Blue) = 109+98+28=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D621C is #929DE3. Grayscale: #5D5D5D. Windows color (decimal): -9608676 or 1860205. OLE color: 1860205.
HSL color Cylindrical-coordinate representation of color #6D621C: hue angle of 51.85º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D621C is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 28 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.57 |
| HSL | 51.85º | 0.59% | 0.27% | - |
| HSV(B) | 51.85º | 0.74% | 0.43% | - |
| XYZ | 10.88 | 12.07 | 2.85 | - |
| YUV | 93.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 28 | 0 | 0.10 | 0.74 | 0.57 | 51.85 | 0.59 | 0.27 |
| Hex | 6D | 62 | 1C | 0 | A | 4A | 39 | 34 | 3B | 1B |
| Octal | 155 | 142 | 34 | 0 | 12 | 112 | 71 | 64 | 73 | 33 |
| Binary | 1101101 | 1100010 | 11100 | 0 | 1010 | 1001010 | 111001 | 110100 | 111011 | 11011 |
Color Harmonies of #6D621C
Complementary color
Monochromatic Colors of #6D621C
Black with #6D621C
Text Example
Text Example
White with #6D621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D621C; }
p { color: rgb(109,98,28); }
H1.HeaderClassName
{
color: #6D621C;
}
.AnyTagClassName
{
color: #6D621C;
}
</style>
background-color css
<style>
a { background-color: #6D621C; }
a { background-color: rgb(109,98,28); }
div.DivClassName
{
background-color: #6D621C;
}
.BgClassName
{
background-color: #6D621C;
}
</style>
border-color css
<style>
span { border-color: #6D621C; }
span { border-color: rgb(109,98,28); }
td.TdClassName
{
border-color: #6D621C;
}
.TagClassName
{
border-color: #6D621C;
}
</style>