Shades of Costa Del Sol #6A632C
Tints of Costa Del Sol #6A632C
RGB
CMYK
RGB Variations
Color information
#6A632C (or 0x6A632C) is known color: Costa Del Sol. HEX triplet: 6A, 63 and 2C. RGB value is (106,99,44). Sum of RGB (Red+Green+Blue) = 106+99+44=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 106 - color contains mainly: red. Hex color #6A632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A632C is #959CD3. Grayscale: #5F5F5F. Windows color (decimal): -9805012 or 2909034. OLE color: 2909034.
HSL color Cylindrical-coordinate representation of color #6A632C: hue angle of 53.23º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A632C is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 99 | 44 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.58 |
| HSL | 53.23º | 0.41% | 0.29% | - |
| HSV(B) | 53.23º | 0.58% | 0.42% | - |
| XYZ | 10.86 | 12.17 | 4.16 | - |
| YUV | 94.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 44 | 0 | 0.07 | 0.58 | 0.58 | 53.23 | 0.41 | 0.29 |
| Hex | 6A | 63 | 2C | 0 | 7 | 3A | 3A | 35 | 29 | 1D |
| Octal | 152 | 143 | 54 | 0 | 7 | 72 | 72 | 65 | 51 | 35 |
| Binary | 1101010 | 1100011 | 101100 | 0 | 111 | 111010 | 111010 | 110101 | 101001 | 11101 |
Color Harmonies of #6A632C
Complementary color
Monochromatic Colors of #6A632C
Black with #6A632C
Text Example
Text Example
White with #6A632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A632C; }
p { color: rgb(106,99,44); }
H1.HeaderClassName
{
color: #6A632C;
}
.AnyTagClassName
{
color: #6A632C;
}
</style>
background-color css
<style>
a { background-color: #6A632C; }
a { background-color: rgb(106,99,44); }
div.DivClassName
{
background-color: #6A632C;
}
.BgClassName
{
background-color: #6A632C;
}
</style>
border-color css
<style>
span { border-color: #6A632C; }
span { border-color: rgb(106,99,44); }
td.TdClassName
{
border-color: #6A632C;
}
.TagClassName
{
border-color: #6A632C;
}
</style>