Shades of Dorado #695851
Tints of Dorado #695851
RGB
CMYK
RGB Variations
Color information
#695851 (or 0x695851) is known color: Dorado. HEX triplet: 69, 58 and 51. RGB value is (105,88,81). Sum of RGB (Red+Green+Blue) = 105+88+81=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #695851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695851 is #96A7AE. Grayscale: #5C5C5C. Windows color (decimal): -9873327 or 5331049. OLE color: 5331049.
HSL color Cylindrical-coordinate representation of color #695851: hue angle of 17.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #695851 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 88 | 81 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.59 |
| HSL | 17.5º | 0.13% | 0.36% | - |
| HSV(B) | 17.5º | 0.23% | 0.41% | - |
| XYZ | 10.8 | 10.58 | 9.26 | - |
| YUV | 92.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 81 | 0 | 0.16 | 0.23 | 0.59 | 17.5 | 0.13 | 0.36 |
| Hex | 69 | 58 | 51 | 0 | 10 | 17 | 3B | 12 | D | 24 |
| Octal | 151 | 130 | 121 | 0 | 20 | 27 | 73 | 22 | 15 | 44 |
| Binary | 1101001 | 1011000 | 1010001 | 0 | 10000 | 10111 | 111011 | 10010 | 1101 | 100100 |
Color Harmonies of #695851
Complementary color
Monochromatic Colors of #695851
Black with #695851
Text Example
Text Example
White with #695851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695851; }
p { color: rgb(105,88,81); }
H1.HeaderClassName
{
color: #695851;
}
.AnyTagClassName
{
color: #695851;
}
</style>
background-color css
<style>
a { background-color: #695851; }
a { background-color: rgb(105,88,81); }
div.DivClassName
{
background-color: #695851;
}
.BgClassName
{
background-color: #695851;
}
</style>
border-color css
<style>
span { border-color: #695851; }
span { border-color: rgb(105,88,81); }
td.TdClassName
{
border-color: #695851;
}
.TagClassName
{
border-color: #695851;
}
</style>