Shades of Costa Del Sol #69662B
Tints of Costa Del Sol #69662B
RGB
CMYK
RGB Variations
Color information
#69662B (or 0x69662B) is known color: Costa Del Sol. HEX triplet: 69, 66 and 2B. RGB value is (105,102,43). Sum of RGB (Red+Green+Blue) = 105+102+43=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #69662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69662B is #9699D4. Grayscale: #606060. Windows color (decimal): -9869781 or 2844265. OLE color: 2844265.
HSL color Cylindrical-coordinate representation of color #69662B: hue angle of 57.1º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69662B is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 102 | 43 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.59 |
| HSL | 57.1º | 0.42% | 0.29% | - |
| HSV(B) | 57.1º | 0.59% | 0.41% | - |
| XYZ | 11.01 | 12.68 | 4.15 | - |
| YUV | 96.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 43 | 0 | 0.03 | 0.59 | 0.59 | 57.1 | 0.42 | 0.29 |
| Hex | 69 | 66 | 2B | 0 | 3 | 3B | 3B | 39 | 2A | 1D |
| Octal | 151 | 146 | 53 | 0 | 3 | 73 | 73 | 71 | 52 | 35 |
| Binary | 1101001 | 1100110 | 101011 | 0 | 11 | 111011 | 111011 | 111001 | 101010 | 11101 |
Color Harmonies of #69662B
Complementary color
Monochromatic Colors of #69662B
Black with #69662B
Text Example
Text Example
White with #69662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69662B; }
p { color: rgb(105,102,43); }
H1.HeaderClassName
{
color: #69662B;
}
.AnyTagClassName
{
color: #69662B;
}
</style>
background-color css
<style>
a { background-color: #69662B; }
a { background-color: rgb(105,102,43); }
div.DivClassName
{
background-color: #69662B;
}
.BgClassName
{
background-color: #69662B;
}
</style>
border-color css
<style>
span { border-color: #69662B; }
span { border-color: rgb(105,102,43); }
td.TdClassName
{
border-color: #69662B;
}
.TagClassName
{
border-color: #69662B;
}
</style>