Shades of Costa Del Sol #69631C
Tints of Costa Del Sol #69631C
RGB
CMYK
RGB Variations
Color information
#69631C (or 0x69631C) is known color: Costa Del Sol. HEX triplet: 69, 63 and 1C. RGB value is (105,99,28). Sum of RGB (Red+Green+Blue) = 105+99+28=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #69631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69631C is #969CE3. Grayscale: #5C5C5C. Windows color (decimal): -9870564 or 1860457. OLE color: 1860457.
HSL color Cylindrical-coordinate representation of color #69631C: hue angle of 55.32º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69631C is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 99 | 28 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.59 |
| HSL | 55.32º | 0.58% | 0.26% | - |
| HSV(B) | 55.32º | 0.73% | 0.41% | - |
| XYZ | 10.5 | 12.01 | 2.86 | - |
| YUV | 92.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 28 | 0 | 0.06 | 0.73 | 0.59 | 55.32 | 0.58 | 0.26 |
| Hex | 69 | 63 | 1C | 0 | 6 | 49 | 3B | 37 | 3A | 1A |
| Octal | 151 | 143 | 34 | 0 | 6 | 111 | 73 | 67 | 72 | 32 |
| Binary | 1101001 | 1100011 | 11100 | 0 | 110 | 1001001 | 111011 | 110111 | 111010 | 11010 |
Color Harmonies of #69631C
Complementary color
Monochromatic Colors of #69631C
Black with #69631C
Text Example
Text Example
White with #69631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69631C; }
p { color: rgb(105,99,28); }
H1.HeaderClassName
{
color: #69631C;
}
.AnyTagClassName
{
color: #69631C;
}
</style>
background-color css
<style>
a { background-color: #69631C; }
a { background-color: rgb(105,99,28); }
div.DivClassName
{
background-color: #69631C;
}
.BgClassName
{
background-color: #69631C;
}
</style>
border-color css
<style>
span { border-color: #69631C; }
span { border-color: rgb(105,99,28); }
td.TdClassName
{
border-color: #69631C;
}
.TagClassName
{
border-color: #69631C;
}
</style>