Shades of Costa Del Sol #6B5C0F
Tints of Costa Del Sol #6B5C0F
RGB
CMYK
RGB Variations
Color information
#6B5C0F (or 0x6B5C0F) is known color: Costa Del Sol. HEX triplet: 6B, 5C and 0F. RGB value is (107,92,15). Sum of RGB (Red+Green+Blue) = 107+92+15=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5C0F is #94A3F0. Grayscale: #585858. Windows color (decimal): -9741297 or 1006699. OLE color: 1006699.
HSL color Cylindrical-coordinate representation of color #6B5C0F: hue angle of 50.22º 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 #6B5C0F is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 15 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.58 |
| HSL | 50.22º | 0.75% | 0.24% | - |
| HSV(B) | 50.22º | 0.86% | 0.42% | - |
| XYZ | 9.98 | 10.81 | 2.01 | - |
| YUV | 87.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 15 | 0 | 0.14 | 0.86 | 0.58 | 50.22 | 0.75 | 0.24 |
| Hex | 6B | 5C | F | 0 | E | 56 | 3A | 32 | 4B | 18 |
| Octal | 153 | 134 | 17 | 0 | 16 | 126 | 72 | 62 | 113 | 30 |
| Binary | 1101011 | 1011100 | 1111 | 0 | 1110 | 1010110 | 111010 | 110010 | 1001011 | 11000 |
Color Harmonies of #6B5C0F
Complementary color
Monochromatic Colors of #6B5C0F
Black with #6B5C0F
Text Example
Text Example
White with #6B5C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C0F; }
p { color: rgb(107,92,15); }
H1.HeaderClassName
{
color: #6B5C0F;
}
.AnyTagClassName
{
color: #6B5C0F;
}
</style>
background-color css
<style>
a { background-color: #6B5C0F; }
a { background-color: rgb(107,92,15); }
div.DivClassName
{
background-color: #6B5C0F;
}
.BgClassName
{
background-color: #6B5C0F;
}
</style>
border-color css
<style>
span { border-color: #6B5C0F; }
span { border-color: rgb(107,92,15); }
td.TdClassName
{
border-color: #6B5C0F;
}
.TagClassName
{
border-color: #6B5C0F;
}
</style>