Shades of Costa Del Sol #69600C
Tints of Costa Del Sol #69600C
RGB
CMYK
RGB Variations
Color information
#69600C (or 0x69600C) is known color: Costa Del Sol. HEX triplet: 69, 60 and 0C. RGB value is (105,96,12). Sum of RGB (Red+Green+Blue) = 105+96+12=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #69600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69600C is #969FF3. Grayscale: #595959. Windows color (decimal): -9871348 or 811113. OLE color: 811113.
HSL color Cylindrical-coordinate representation of color #69600C: hue angle of 54.19º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69600C is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 96 | 12 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.59 |
| HSL | 54.19º | 0.79% | 0.23% | - |
| HSV(B) | 54.19º | 0.89% | 0.41% | - |
| XYZ | 10.07 | 11.4 | 2.02 | - |
| YUV | 89.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 12 | 0 | 0.09 | 0.89 | 0.59 | 54.19 | 0.79 | 0.23 |
| Hex | 69 | 60 | C | 0 | 9 | 59 | 3B | 36 | 4F | 17 |
| Octal | 151 | 140 | 14 | 0 | 11 | 131 | 73 | 66 | 117 | 27 |
| Binary | 1101001 | 1100000 | 1100 | 0 | 1001 | 1011001 | 111011 | 110110 | 1001111 | 10111 |
Color Harmonies of #69600C
Complementary color
Monochromatic Colors of #69600C
Black with #69600C
Text Example
Text Example
White with #69600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69600C; }
p { color: rgb(105,96,12); }
H1.HeaderClassName
{
color: #69600C;
}
.AnyTagClassName
{
color: #69600C;
}
</style>
background-color css
<style>
a { background-color: #69600C; }
a { background-color: rgb(105,96,12); }
div.DivClassName
{
background-color: #69600C;
}
.BgClassName
{
background-color: #69600C;
}
</style>
border-color css
<style>
span { border-color: #69600C; }
span { border-color: rgb(105,96,12); }
td.TdClassName
{
border-color: #69600C;
}
.TagClassName
{
border-color: #69600C;
}
</style>