Shades of Costa Del Sol #6B6229
Tints of Costa Del Sol #6B6229
RGB
CMYK
RGB Variations
Color information
#6B6229 (or 0x6B6229) is known color: Costa Del Sol. HEX triplet: 6B, 62 and 29. RGB value is (107,98,41). Sum of RGB (Red+Green+Blue) = 107+98+41=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6229 is #949DD6. Grayscale: #5E5E5E. Windows color (decimal): -9739735 or 2712171. OLE color: 2712171.
HSL color Cylindrical-coordinate representation of color #6B6229: hue angle of 51.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B6229 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 98 | 41 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.58 |
| HSL | 51.82º | 0.45% | 0.29% | - |
| HSV(B) | 51.82º | 0.62% | 0.42% | - |
| XYZ | 10.83 | 12.02 | 3.85 | - |
| YUV | 94.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 41 | 0 | 0.08 | 0.62 | 0.58 | 51.82 | 0.45 | 0.29 |
| Hex | 6B | 62 | 29 | 0 | 8 | 3E | 3A | 34 | 2D | 1D |
| Octal | 153 | 142 | 51 | 0 | 10 | 76 | 72 | 64 | 55 | 35 |
| Binary | 1101011 | 1100010 | 101001 | 0 | 1000 | 111110 | 111010 | 110100 | 101101 | 11101 |
Color Harmonies of #6B6229
Complementary color
Monochromatic Colors of #6B6229
Black with #6B6229
Text Example
Text Example
White with #6B6229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6229; }
p { color: rgb(107,98,41); }
H1.HeaderClassName
{
color: #6B6229;
}
.AnyTagClassName
{
color: #6B6229;
}
</style>
background-color css
<style>
a { background-color: #6B6229; }
a { background-color: rgb(107,98,41); }
div.DivClassName
{
background-color: #6B6229;
}
.BgClassName
{
background-color: #6B6229;
}
</style>
border-color css
<style>
span { border-color: #6B6229; }
span { border-color: rgb(107,98,41); }
td.TdClassName
{
border-color: #6B6229;
}
.TagClassName
{
border-color: #6B6229;
}
</style>