Shades of Costa Del Sol #696333
Tints of Costa Del Sol #696333
RGB
CMYK
RGB Variations
Color information
#696333 (or 0x696333) is known color: Costa Del Sol. HEX triplet: 69, 63 and 33. RGB value is (105,99,51). Sum of RGB (Red+Green+Blue) = 105+99+51=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #696333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696333 is #969CCC. Grayscale: #5F5F5F. Windows color (decimal): -9870541 or 3367785. OLE color: 3367785.
HSL color Cylindrical-coordinate representation of color #696333: hue angle of 53.33º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #696333 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 99 | 51 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.59 |
| HSL | 53.33º | 0.35% | 0.31% | - |
| HSV(B) | 53.33º | 0.51% | 0.41% | - |
| XYZ | 10.89 | 12.17 | 4.91 | - |
| YUV | 95.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 51 | 0 | 0.06 | 0.51 | 0.59 | 53.33 | 0.35 | 0.31 |
| Hex | 69 | 63 | 33 | 0 | 6 | 33 | 3B | 35 | 23 | 1F |
| Octal | 151 | 143 | 63 | 0 | 6 | 63 | 73 | 65 | 43 | 37 |
| Binary | 1101001 | 1100011 | 110011 | 0 | 110 | 110011 | 111011 | 110101 | 100011 | 11111 |
Color Harmonies of #696333
Complementary color
Monochromatic Colors of #696333
Black with #696333
Text Example
Text Example
White with #696333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696333; }
p { color: rgb(105,99,51); }
H1.HeaderClassName
{
color: #696333;
}
.AnyTagClassName
{
color: #696333;
}
</style>
background-color css
<style>
a { background-color: #696333; }
a { background-color: rgb(105,99,51); }
div.DivClassName
{
background-color: #696333;
}
.BgClassName
{
background-color: #696333;
}
</style>
border-color css
<style>
span { border-color: #696333; }
span { border-color: rgb(105,99,51); }
td.TdClassName
{
border-color: #696333;
}
.TagClassName
{
border-color: #696333;
}
</style>