Shades of Costa Del Sol #69661F
Tints of Costa Del Sol #69661F
RGB
CMYK
RGB Variations
Color information
#69661F (or 0x69661F) is known color: Costa Del Sol. HEX triplet: 69, 66 and 1F. RGB value is (105,102,31). Sum of RGB (Red+Green+Blue) = 105+102+31=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #69661F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69661F is #9699E0. Grayscale: #5F5F5F. Windows color (decimal): -9869793 or 2057833. OLE color: 2057833.
HSL color Cylindrical-coordinate representation of color #69661F: hue angle of 57.57º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69661F is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 102 | 31 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.59 |
| HSL | 57.57º | 0.54% | 0.27% | - |
| HSV(B) | 57.57º | 0.7% | 0.41% | - |
| XYZ | 10.82 | 12.6 | 3.16 | - |
| YUV | 94.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 31 | 0 | 0.03 | 0.70 | 0.59 | 57.57 | 0.54 | 0.27 |
| Hex | 69 | 66 | 1F | 0 | 3 | 46 | 3B | 3A | 36 | 1B |
| Octal | 151 | 146 | 37 | 0 | 3 | 106 | 73 | 72 | 66 | 33 |
| Binary | 1101001 | 1100110 | 11111 | 0 | 11 | 1000110 | 111011 | 111010 | 110110 | 11011 |
Color Harmonies of #69661F
Complementary color
Monochromatic Colors of #69661F
Black with #69661F
Text Example
Text Example
White with #69661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69661F; }
p { color: rgb(105,102,31); }
H1.HeaderClassName
{
color: #69661F;
}
.AnyTagClassName
{
color: #69661F;
}
</style>
background-color css
<style>
a { background-color: #69661F; }
a { background-color: rgb(105,102,31); }
div.DivClassName
{
background-color: #69661F;
}
.BgClassName
{
background-color: #69661F;
}
</style>
border-color css
<style>
span { border-color: #69661F; }
span { border-color: rgb(105,102,31); }
td.TdClassName
{
border-color: #69661F;
}
.TagClassName
{
border-color: #69661F;
}
</style>