Shades of Dorado #695B56
Tints of Dorado #695B56
RGB
CMYK
RGB Variations
Color information
#695B56 (or 0x695B56) is known color: Dorado. HEX triplet: 69, 5B and 56. RGB value is (105,91,86). Sum of RGB (Red+Green+Blue) = 105+91+86=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #695B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B56 is #96A4A9. Grayscale: #5E5E5E. Windows color (decimal): -9872554 or 5659497. OLE color: 5659497.
HSL color Cylindrical-coordinate representation of color #695B56: hue angle of 15.79º 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 #695B56 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 91 | 86 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.59 |
| HSL | 15.79º | 0.1% | 0.37% | - |
| HSV(B) | 15.79º | 0.18% | 0.41% | - |
| XYZ | 11.25 | 11.16 | 10.36 | - |
| YUV | 94.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 86 | 0 | 0.13 | 0.18 | 0.59 | 15.79 | 0.1 | 0.37 |
| Hex | 69 | 5B | 56 | 0 | D | 12 | 3B | 10 | A | 25 |
| Octal | 151 | 133 | 126 | 0 | 15 | 22 | 73 | 20 | 12 | 45 |
| Binary | 1101001 | 1011011 | 1010110 | 0 | 1101 | 10010 | 111011 | 10000 | 1010 | 100101 |
Color Harmonies of #695B56
Complementary color
Monochromatic Colors of #695B56
Black with #695B56
Text Example
Text Example
White with #695B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B56; }
p { color: rgb(105,91,86); }
H1.HeaderClassName
{
color: #695B56;
}
.AnyTagClassName
{
color: #695B56;
}
</style>
background-color css
<style>
a { background-color: #695B56; }
a { background-color: rgb(105,91,86); }
div.DivClassName
{
background-color: #695B56;
}
.BgClassName
{
background-color: #695B56;
}
</style>
border-color css
<style>
span { border-color: #695B56; }
span { border-color: rgb(105,91,86); }
td.TdClassName
{
border-color: #695B56;
}
.TagClassName
{
border-color: #695B56;
}
</style>