Shades of Costa Del Sol #6A632A
Tints of Costa Del Sol #6A632A
RGB
CMYK
RGB Variations
Color information
#6A632A (or 0x6A632A) is known color: Costa Del Sol. HEX triplet: 6A, 63 and 2A. RGB value is (106,99,42). Sum of RGB (Red+Green+Blue) = 106+99+42=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 106 - color contains mainly: red. Hex color #6A632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A632A is #959CD5. Grayscale: #5E5E5E. Windows color (decimal): -9805014 or 2777962. OLE color: 2777962.
HSL color Cylindrical-coordinate representation of color #6A632A: hue angle of 53.44º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A632A is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 99 | 42 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.58 |
| HSL | 53.44º | 0.43% | 0.29% | - |
| HSV(B) | 53.44º | 0.6% | 0.42% | - |
| XYZ | 10.82 | 12.16 | 3.97 | - |
| YUV | 94.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 42 | 0 | 0.07 | 0.60 | 0.58 | 53.44 | 0.43 | 0.29 |
| Hex | 6A | 63 | 2A | 0 | 7 | 3C | 3A | 35 | 2B | 1D |
| Octal | 152 | 143 | 52 | 0 | 7 | 74 | 72 | 65 | 53 | 35 |
| Binary | 1101010 | 1100011 | 101010 | 0 | 111 | 111100 | 111010 | 110101 | 101011 | 11101 |
Color Harmonies of #6A632A
Complementary color
Monochromatic Colors of #6A632A
Black with #6A632A
Text Example
Text Example
White with #6A632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A632A; }
p { color: rgb(106,99,42); }
H1.HeaderClassName
{
color: #6A632A;
}
.AnyTagClassName
{
color: #6A632A;
}
</style>
background-color css
<style>
a { background-color: #6A632A; }
a { background-color: rgb(106,99,42); }
div.DivClassName
{
background-color: #6A632A;
}
.BgClassName
{
background-color: #6A632A;
}
</style>
border-color css
<style>
span { border-color: #6A632A; }
span { border-color: rgb(106,99,42); }
td.TdClassName
{
border-color: #6A632A;
}
.TagClassName
{
border-color: #6A632A;
}
</style>