Shades of Costa Del Sol #6C642A
Tints of Costa Del Sol #6C642A
RGB
CMYK
RGB Variations
Color information
#6C642A (or 0x6C642A) is known color: Costa Del Sol. HEX triplet: 6C, 64 and 2A. RGB value is (108,100,42). Sum of RGB (Red+Green+Blue) = 108+100+42=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 108 - color contains mainly: red. Hex color #6C642A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C642A is #939BD5. Grayscale: #606060. Windows color (decimal): -9673686 or 2778220. OLE color: 2778220.
HSL color Cylindrical-coordinate representation of color #6C642A: hue angle of 52.73º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C642A is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 100 | 42 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.58 |
| HSL | 52.73º | 0.44% | 0.29% | - |
| HSV(B) | 52.73º | 0.61% | 0.42% | - |
| XYZ | 11.16 | 12.47 | 4.01 | - |
| YUV | 95.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 42 | 0 | 0.07 | 0.61 | 0.58 | 52.73 | 0.44 | 0.29 |
| Hex | 6C | 64 | 2A | 0 | 7 | 3D | 3A | 35 | 2C | 1D |
| Octal | 154 | 144 | 52 | 0 | 7 | 75 | 72 | 65 | 54 | 35 |
| Binary | 1101100 | 1100100 | 101010 | 0 | 111 | 111101 | 111010 | 110101 | 101100 | 11101 |
Color Harmonies of #6C642A
Complementary color
Monochromatic Colors of #6C642A
Black with #6C642A
Text Example
Text Example
White with #6C642A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C642A; }
p { color: rgb(108,100,42); }
H1.HeaderClassName
{
color: #6C642A;
}
.AnyTagClassName
{
color: #6C642A;
}
</style>
background-color css
<style>
a { background-color: #6C642A; }
a { background-color: rgb(108,100,42); }
div.DivClassName
{
background-color: #6C642A;
}
.BgClassName
{
background-color: #6C642A;
}
</style>
border-color css
<style>
span { border-color: #6C642A; }
span { border-color: rgb(108,100,42); }
td.TdClassName
{
border-color: #6C642A;
}
.TagClassName
{
border-color: #6C642A;
}
</style>