Shades of Costa Del Sol #6B5D0F
Tints of Costa Del Sol #6B5D0F
RGB
CMYK
RGB Variations
Color information
#6B5D0F (or 0x6B5D0F) is known color: Costa Del Sol. HEX triplet: 6B, 5D and 0F. RGB value is (107,93,15). Sum of RGB (Red+Green+Blue) = 107+93+15=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5D0F is #94A2F0. Grayscale: #585858. Windows color (decimal): -9741041 or 1006955. OLE color: 1006955.
HSL color Cylindrical-coordinate representation of color #6B5D0F: hue angle of 50.87º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B5D0F is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 93 | 15 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.58 |
| HSL | 50.87º | 0.75% | 0.24% | - |
| HSV(B) | 50.87º | 0.86% | 0.42% | - |
| XYZ | 10.06 | 10.99 | 2.04 | - |
| YUV | 88.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 15 | 0 | 0.13 | 0.86 | 0.58 | 50.87 | 0.75 | 0.24 |
| Hex | 6B | 5D | F | 0 | D | 56 | 3A | 33 | 4B | 18 |
| Octal | 153 | 135 | 17 | 0 | 15 | 126 | 72 | 63 | 113 | 30 |
| Binary | 1101011 | 1011101 | 1111 | 0 | 1101 | 1010110 | 111010 | 110011 | 1001011 | 11000 |
Color Harmonies of #6B5D0F
Complementary color
Monochromatic Colors of #6B5D0F
Black with #6B5D0F
Text Example
Text Example
White with #6B5D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D0F; }
p { color: rgb(107,93,15); }
H1.HeaderClassName
{
color: #6B5D0F;
}
.AnyTagClassName
{
color: #6B5D0F;
}
</style>
background-color css
<style>
a { background-color: #6B5D0F; }
a { background-color: rgb(107,93,15); }
div.DivClassName
{
background-color: #6B5D0F;
}
.BgClassName
{
background-color: #6B5D0F;
}
</style>
border-color css
<style>
span { border-color: #6B5D0F; }
span { border-color: rgb(107,93,15); }
td.TdClassName
{
border-color: #6B5D0F;
}
.TagClassName
{
border-color: #6B5D0F;
}
</style>