Shades of Costa Del Sol #6A5C17
Tints of Costa Del Sol #6A5C17
RGB
CMYK
RGB Variations
Color information
#6A5C17 (or 0x6A5C17) is known color: Costa Del Sol. HEX triplet: 6A, 5C and 17. RGB value is (106,92,23). Sum of RGB (Red+Green+Blue) = 106+92+23=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5C17 is #95A3E8. Grayscale: #585858. Windows color (decimal): -9806825 or 1530986. OLE color: 1530986.
HSL color Cylindrical-coordinate representation of color #6A5C17: hue angle of 49.88º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A5C17 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 92 | 23 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.58 |
| HSL | 49.88º | 0.64% | 0.25% | - |
| HSV(B) | 49.88º | 0.78% | 0.42% | - |
| XYZ | 9.93 | 10.78 | 2.37 | - |
| YUV | 88.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 92 | 23 | 0 | 0.13 | 0.78 | 0.58 | 49.88 | 0.64 | 0.25 |
| Hex | 6A | 5C | 17 | 0 | D | 4E | 3A | 32 | 40 | 19 |
| Octal | 152 | 134 | 27 | 0 | 15 | 116 | 72 | 62 | 100 | 31 |
| Binary | 1101010 | 1011100 | 10111 | 0 | 1101 | 1001110 | 111010 | 110010 | 1000000 | 11001 |
Color Harmonies of #6A5C17
Complementary color
Monochromatic Colors of #6A5C17
Black with #6A5C17
Text Example
Text Example
White with #6A5C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5C17; }
p { color: rgb(106,92,23); }
H1.HeaderClassName
{
color: #6A5C17;
}
.AnyTagClassName
{
color: #6A5C17;
}
</style>
background-color css
<style>
a { background-color: #6A5C17; }
a { background-color: rgb(106,92,23); }
div.DivClassName
{
background-color: #6A5C17;
}
.BgClassName
{
background-color: #6A5C17;
}
</style>
border-color css
<style>
span { border-color: #6A5C17; }
span { border-color: rgb(106,92,23); }
td.TdClassName
{
border-color: #6A5C17;
}
.TagClassName
{
border-color: #6A5C17;
}
</style>