Shades of Costa Del Sol #6B5A13
Tints of Costa Del Sol #6B5A13
RGB
CMYK
RGB Variations
Color information
#6B5A13 (or 0x6B5A13) is known color: Costa Del Sol. HEX triplet: 6B, 5A and 13. RGB value is (107,90,19). Sum of RGB (Red+Green+Blue) = 107+90+19=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5A13 is #94A5EC. Grayscale: #575757. Windows color (decimal): -9741805 or 1268331. OLE color: 1268331.
HSL color Cylindrical-coordinate representation of color #6B5A13: hue angle of 48.41º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B5A13 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 90 | 19 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.58 |
| HSL | 48.41º | 0.7% | 0.25% | - |
| HSV(B) | 48.41º | 0.82% | 0.42% | - |
| XYZ | 9.84 | 10.49 | 2.12 | - |
| YUV | 86.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 19 | 0 | 0.16 | 0.82 | 0.58 | 48.41 | 0.7 | 0.25 |
| Hex | 6B | 5A | 13 | 0 | 10 | 52 | 3A | 30 | 46 | 19 |
| Octal | 153 | 132 | 23 | 0 | 20 | 122 | 72 | 60 | 106 | 31 |
| Binary | 1101011 | 1011010 | 10011 | 0 | 10000 | 1010010 | 111010 | 110000 | 1000110 | 11001 |
Color Harmonies of #6B5A13
Complementary color
Monochromatic Colors of #6B5A13
Black with #6B5A13
Text Example
Text Example
White with #6B5A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A13; }
p { color: rgb(107,90,19); }
H1.HeaderClassName
{
color: #6B5A13;
}
.AnyTagClassName
{
color: #6B5A13;
}
</style>
background-color css
<style>
a { background-color: #6B5A13; }
a { background-color: rgb(107,90,19); }
div.DivClassName
{
background-color: #6B5A13;
}
.BgClassName
{
background-color: #6B5A13;
}
</style>
border-color css
<style>
span { border-color: #6B5A13; }
span { border-color: rgb(107,90,19); }
td.TdClassName
{
border-color: #6B5A13;
}
.TagClassName
{
border-color: #6B5A13;
}
</style>