Shades of Costa Del Sol #6B5F15
Tints of Costa Del Sol #6B5F15
RGB
CMYK
RGB Variations
Color information
#6B5F15 (or 0x6B5F15) is known color: Costa Del Sol. HEX triplet: 6B, 5F and 15. RGB value is (107,95,21). Sum of RGB (Red+Green+Blue) = 107+95+21=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5F15 is #94A0EA. Grayscale: #5A5A5A. Windows color (decimal): -9740523 or 1400683. OLE color: 1400683.
HSL color Cylindrical-coordinate representation of color #6B5F15: hue angle of 51.63º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B5F15 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 21 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.58 |
| HSL | 51.63º | 0.67% | 0.25% | - |
| HSV(B) | 51.63º | 0.8% | 0.42% | - |
| XYZ | 10.29 | 11.36 | 2.36 | - |
| YUV | 90.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 21 | 0 | 0.11 | 0.80 | 0.58 | 51.63 | 0.67 | 0.25 |
| Hex | 6B | 5F | 15 | 0 | B | 50 | 3A | 34 | 43 | 19 |
| Octal | 153 | 137 | 25 | 0 | 13 | 120 | 72 | 64 | 103 | 31 |
| Binary | 1101011 | 1011111 | 10101 | 0 | 1011 | 1010000 | 111010 | 110100 | 1000011 | 11001 |
Color Harmonies of #6B5F15
Complementary color
Monochromatic Colors of #6B5F15
Black with #6B5F15
Text Example
Text Example
White with #6B5F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F15; }
p { color: rgb(107,95,21); }
H1.HeaderClassName
{
color: #6B5F15;
}
.AnyTagClassName
{
color: #6B5F15;
}
</style>
background-color css
<style>
a { background-color: #6B5F15; }
a { background-color: rgb(107,95,21); }
div.DivClassName
{
background-color: #6B5F15;
}
.BgClassName
{
background-color: #6B5F15;
}
</style>
border-color css
<style>
span { border-color: #6B5F15; }
span { border-color: rgb(107,95,21); }
td.TdClassName
{
border-color: #6B5F15;
}
.TagClassName
{
border-color: #6B5F15;
}
</style>