Shades of Costa Del Sol #6B5E15
Tints of Costa Del Sol #6B5E15
RGB
CMYK
RGB Variations
Color information
#6B5E15 (or 0x6B5E15) is known color: Costa Del Sol. HEX triplet: 6B, 5E and 15. RGB value is (107,94,21). Sum of RGB (Red+Green+Blue) = 107+94+21=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5E15 is #94A1EA. Grayscale: #595959. Windows color (decimal): -9740779 or 1400427. OLE color: 1400427.
HSL color Cylindrical-coordinate representation of color #6B5E15: hue angle of 50.93º 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 #6B5E15 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 94 | 21 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.58 |
| HSL | 50.93º | 0.67% | 0.25% | - |
| HSV(B) | 50.93º | 0.8% | 0.42% | - |
| XYZ | 10.2 | 11.19 | 2.33 | - |
| YUV | 89.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 94 | 21 | 0 | 0.12 | 0.80 | 0.58 | 50.93 | 0.67 | 0.25 |
| Hex | 6B | 5E | 15 | 0 | C | 50 | 3A | 33 | 43 | 19 |
| Octal | 153 | 136 | 25 | 0 | 14 | 120 | 72 | 63 | 103 | 31 |
| Binary | 1101011 | 1011110 | 10101 | 0 | 1100 | 1010000 | 111010 | 110011 | 1000011 | 11001 |
Color Harmonies of #6B5E15
Complementary color
Monochromatic Colors of #6B5E15
Black with #6B5E15
Text Example
Text Example
White with #6B5E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E15; }
p { color: rgb(107,94,21); }
H1.HeaderClassName
{
color: #6B5E15;
}
.AnyTagClassName
{
color: #6B5E15;
}
</style>
background-color css
<style>
a { background-color: #6B5E15; }
a { background-color: rgb(107,94,21); }
div.DivClassName
{
background-color: #6B5E15;
}
.BgClassName
{
background-color: #6B5E15;
}
</style>
border-color css
<style>
span { border-color: #6B5E15; }
span { border-color: rgb(107,94,21); }
td.TdClassName
{
border-color: #6B5E15;
}
.TagClassName
{
border-color: #6B5E15;
}
</style>