Shades of Dorado #695A56
Tints of Dorado #695A56
RGB
CMYK
RGB Variations
Color information
#695A56 (or 0x695A56) is known color: Dorado. HEX triplet: 69, 5A and 56. RGB value is (105,90,86). Sum of RGB (Red+Green+Blue) = 105+90+86=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 105 - color contains mainly: red. Hex color #695A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A56 is #96A5A9. Grayscale: #5E5E5E. Windows color (decimal): -9872810 or 5659241. OLE color: 5659241.
HSL color Cylindrical-coordinate representation of color #695A56: hue angle of 12.63º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #695A56 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 90 | 86 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.59 |
| HSL | 12.63º | 0.1% | 0.37% | - |
| HSV(B) | 12.63º | 0.18% | 0.41% | - |
| XYZ | 11.16 | 10.99 | 10.34 | - |
| YUV | 94.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 86 | 0 | 0.14 | 0.18 | 0.59 | 12.63 | 0.1 | 0.37 |
| Hex | 69 | 5A | 56 | 0 | E | 12 | 3B | D | A | 25 |
| Octal | 151 | 132 | 126 | 0 | 16 | 22 | 73 | 15 | 12 | 45 |
| Binary | 1101001 | 1011010 | 1010110 | 0 | 1110 | 10010 | 111011 | 1101 | 1010 | 100101 |
Color Harmonies of #695A56
Complementary color
Monochromatic Colors of #695A56
Black with #695A56
Text Example
Text Example
White with #695A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A56; }
p { color: rgb(105,90,86); }
H1.HeaderClassName
{
color: #695A56;
}
.AnyTagClassName
{
color: #695A56;
}
</style>
background-color css
<style>
a { background-color: #695A56; }
a { background-color: rgb(105,90,86); }
div.DivClassName
{
background-color: #695A56;
}
.BgClassName
{
background-color: #695A56;
}
</style>
border-color css
<style>
span { border-color: #695A56; }
span { border-color: rgb(105,90,86); }
td.TdClassName
{
border-color: #695A56;
}
.TagClassName
{
border-color: #695A56;
}
</style>