Shades of Costa Del Sol #695A1C
Tints of Costa Del Sol #695A1C
RGB
CMYK
RGB Variations
Color information
#695A1C (or 0x695A1C) is known color: Costa Del Sol. HEX triplet: 69, 5A and 1C. RGB value is (105,90,28). Sum of RGB (Red+Green+Blue) = 105+90+28=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #695A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A1C is #96A5E3. Grayscale: #575757. Windows color (decimal): -9872868 or 1858153. OLE color: 1858153.
HSL color Cylindrical-coordinate representation of color #695A1C: hue angle of 48.31º 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 #695A1C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 90 | 28 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.59 |
| HSL | 48.31º | 0.58% | 0.26% | - |
| HSV(B) | 48.31º | 0.73% | 0.41% | - |
| XYZ | 9.69 | 10.4 | 2.6 | - |
| YUV | 87.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 28 | 0 | 0.14 | 0.73 | 0.59 | 48.31 | 0.58 | 0.26 |
| Hex | 69 | 5A | 1C | 0 | E | 49 | 3B | 30 | 3A | 1A |
| Octal | 151 | 132 | 34 | 0 | 16 | 111 | 73 | 60 | 72 | 32 |
| Binary | 1101001 | 1011010 | 11100 | 0 | 1110 | 1001001 | 111011 | 110000 | 111010 | 11010 |
Color Harmonies of #695A1C
Complementary color
Monochromatic Colors of #695A1C
Black with #695A1C
Text Example
Text Example
White with #695A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A1C; }
p { color: rgb(105,90,28); }
H1.HeaderClassName
{
color: #695A1C;
}
.AnyTagClassName
{
color: #695A1C;
}
</style>
background-color css
<style>
a { background-color: #695A1C; }
a { background-color: rgb(105,90,28); }
div.DivClassName
{
background-color: #695A1C;
}
.BgClassName
{
background-color: #695A1C;
}
</style>
border-color css
<style>
span { border-color: #695A1C; }
span { border-color: rgb(105,90,28); }
td.TdClassName
{
border-color: #695A1C;
}
.TagClassName
{
border-color: #695A1C;
}
</style>