Shades of Costa Del Sol #6B6118
Tints of Costa Del Sol #6B6118
RGB
CMYK
RGB Variations
Color information
#6B6118 (or 0x6B6118) is known color: Costa Del Sol. HEX triplet: 6B, 61 and 18. RGB value is (107,97,24). Sum of RGB (Red+Green+Blue) = 107+97+24=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6118 is #949EE7. Grayscale: #5B5B5B. Windows color (decimal): -9740008 or 1597803. OLE color: 1597803.
HSL color Cylindrical-coordinate representation of color #6B6118: hue angle of 52.77º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B6118 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 97 | 24 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.58 |
| HSL | 52.77º | 0.63% | 0.26% | - |
| HSV(B) | 52.77º | 0.78% | 0.42% | - |
| XYZ | 10.5 | 11.74 | 2.58 | - |
| YUV | 91.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 24 | 0 | 0.09 | 0.78 | 0.58 | 52.77 | 0.63 | 0.26 |
| Hex | 6B | 61 | 18 | 0 | 9 | 4E | 3A | 35 | 3F | 1A |
| Octal | 153 | 141 | 30 | 0 | 11 | 116 | 72 | 65 | 77 | 32 |
| Binary | 1101011 | 1100001 | 11000 | 0 | 1001 | 1001110 | 111010 | 110101 | 111111 | 11010 |
Color Harmonies of #6B6118
Complementary color
Monochromatic Colors of #6B6118
Black with #6B6118
Text Example
Text Example
White with #6B6118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6118; }
p { color: rgb(107,97,24); }
H1.HeaderClassName
{
color: #6B6118;
}
.AnyTagClassName
{
color: #6B6118;
}
</style>
background-color css
<style>
a { background-color: #6B6118; }
a { background-color: rgb(107,97,24); }
div.DivClassName
{
background-color: #6B6118;
}
.BgClassName
{
background-color: #6B6118;
}
</style>
border-color css
<style>
span { border-color: #6B6118; }
span { border-color: rgb(107,97,24); }
td.TdClassName
{
border-color: #6B6118;
}
.TagClassName
{
border-color: #6B6118;
}
</style>