Shades of Costa Del Sol #6A6230
Tints of Costa Del Sol #6A6230
RGB
CMYK
RGB Variations
Color information
#6A6230 (or 0x6A6230) is known color: Costa Del Sol. HEX triplet: 6A, 62 and 30. RGB value is (106,98,48). Sum of RGB (Red+Green+Blue) = 106+98+48=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6230 is #959DCF. Grayscale: #5E5E5E. Windows color (decimal): -9805264 or 3170922. OLE color: 3170922.
HSL color Cylindrical-coordinate representation of color #6A6230: hue angle of 51.72º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A6230 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 98 | 48 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.58 |
| HSL | 51.72º | 0.38% | 0.3% | - |
| HSV(B) | 51.72º | 0.55% | 0.42% | - |
| XYZ | 10.85 | 12.01 | 4.54 | - |
| YUV | 94.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 98 | 48 | 0 | 0.08 | 0.55 | 0.58 | 51.72 | 0.38 | 0.3 |
| Hex | 6A | 62 | 30 | 0 | 8 | 37 | 3A | 34 | 26 | 1E |
| Octal | 152 | 142 | 60 | 0 | 10 | 67 | 72 | 64 | 46 | 36 |
| Binary | 1101010 | 1100010 | 110000 | 0 | 1000 | 110111 | 111010 | 110100 | 100110 | 11110 |
Color Harmonies of #6A6230
Complementary color
Monochromatic Colors of #6A6230
Black with #6A6230
Text Example
Text Example
White with #6A6230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6230; }
p { color: rgb(106,98,48); }
H1.HeaderClassName
{
color: #6A6230;
}
.AnyTagClassName
{
color: #6A6230;
}
</style>
background-color css
<style>
a { background-color: #6A6230; }
a { background-color: rgb(106,98,48); }
div.DivClassName
{
background-color: #6A6230;
}
.BgClassName
{
background-color: #6A6230;
}
</style>
border-color css
<style>
span { border-color: #6A6230; }
span { border-color: rgb(106,98,48); }
td.TdClassName
{
border-color: #6A6230;
}
.TagClassName
{
border-color: #6A6230;
}
</style>