Shades of Costa Del Sol #6A6328
Tints of Costa Del Sol #6A6328
RGB
CMYK
RGB Variations
Color information
#6A6328 (or 0x6A6328) is known color: Costa Del Sol. HEX triplet: 6A, 63 and 28. RGB value is (106,99,40). Sum of RGB (Red+Green+Blue) = 106+99+40=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6328 is #959CD7. Grayscale: #5E5E5E. Windows color (decimal): -9805016 or 2646890. OLE color: 2646890.
HSL color Cylindrical-coordinate representation of color #6A6328: hue angle of 53.64º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A6328 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 99 | 40 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.58 |
| HSL | 53.64º | 0.45% | 0.29% | - |
| HSV(B) | 53.64º | 0.62% | 0.42% | - |
| XYZ | 10.79 | 12.14 | 3.78 | - |
| YUV | 94.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 40 | 0 | 0.07 | 0.62 | 0.58 | 53.64 | 0.45 | 0.29 |
| Hex | 6A | 63 | 28 | 0 | 7 | 3E | 3A | 36 | 2D | 1D |
| Octal | 152 | 143 | 50 | 0 | 7 | 76 | 72 | 66 | 55 | 35 |
| Binary | 1101010 | 1100011 | 101000 | 0 | 111 | 111110 | 111010 | 110110 | 101101 | 11101 |
Color Harmonies of #6A6328
Complementary color
Monochromatic Colors of #6A6328
Black with #6A6328
Text Example
Text Example
White with #6A6328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6328; }
p { color: rgb(106,99,40); }
H1.HeaderClassName
{
color: #6A6328;
}
.AnyTagClassName
{
color: #6A6328;
}
</style>
background-color css
<style>
a { background-color: #6A6328; }
a { background-color: rgb(106,99,40); }
div.DivClassName
{
background-color: #6A6328;
}
.BgClassName
{
background-color: #6A6328;
}
</style>
border-color css
<style>
span { border-color: #6A6328; }
span { border-color: rgb(106,99,40); }
td.TdClassName
{
border-color: #6A6328;
}
.TagClassName
{
border-color: #6A6328;
}
</style>