Shades of Costa Del Sol #6A612F
Tints of Costa Del Sol #6A612F
RGB
CMYK
RGB Variations
Color information
#6A612F (or 0x6A612F) is known color: Costa Del Sol. HEX triplet: 6A, 61 and 2F. RGB value is (106,97,47). Sum of RGB (Red+Green+Blue) = 106+97+47=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A612F is #959ED0. Grayscale: #5E5E5E. Windows color (decimal): -9805521 or 3105130. OLE color: 3105130.
HSL color Cylindrical-coordinate representation of color #6A612F: hue angle of 50.85º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A612F is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 97 | 47 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.58 |
| HSL | 50.85º | 0.39% | 0.3% | - |
| HSV(B) | 50.85º | 0.56% | 0.42% | - |
| XYZ | 10.73 | 11.82 | 4.4 | - |
| YUV | 93.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 47 | 0 | 0.08 | 0.56 | 0.58 | 50.85 | 0.39 | 0.3 |
| Hex | 6A | 61 | 2F | 0 | 8 | 38 | 3A | 33 | 27 | 1E |
| Octal | 152 | 141 | 57 | 0 | 10 | 70 | 72 | 63 | 47 | 36 |
| Binary | 1101010 | 1100001 | 101111 | 0 | 1000 | 111000 | 111010 | 110011 | 100111 | 11110 |
Color Harmonies of #6A612F
Complementary color
Monochromatic Colors of #6A612F
Black with #6A612F
Text Example
Text Example
White with #6A612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A612F; }
p { color: rgb(106,97,47); }
H1.HeaderClassName
{
color: #6A612F;
}
.AnyTagClassName
{
color: #6A612F;
}
</style>
background-color css
<style>
a { background-color: #6A612F; }
a { background-color: rgb(106,97,47); }
div.DivClassName
{
background-color: #6A612F;
}
.BgClassName
{
background-color: #6A612F;
}
</style>
border-color css
<style>
span { border-color: #6A612F; }
span { border-color: rgb(106,97,47); }
td.TdClassName
{
border-color: #6A612F;
}
.TagClassName
{
border-color: #6A612F;
}
</style>