Shades of Dorado #695B57
Tints of Dorado #695B57
RGB
CMYK
RGB Variations
Color information
#695B57 (or 0x695B57) is known color: Dorado. HEX triplet: 69, 5B and 57. RGB value is (105,91,87). Sum of RGB (Red+Green+Blue) = 105+91+87=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #695B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B57 is #96A4A8. Grayscale: #5E5E5E. Windows color (decimal): -9872553 or 5725033. OLE color: 5725033.
HSL color Cylindrical-coordinate representation of color #695B57: hue angle of 13.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #695B57 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 91 | 87 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.59 |
| HSL | 13.33º | 0.09% | 0.38% | - |
| HSV(B) | 13.33º | 0.17% | 0.41% | - |
| XYZ | 11.29 | 11.17 | 10.58 | - |
| YUV | 94.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 87 | 0 | 0.13 | 0.17 | 0.59 | 13.33 | 0.09 | 0.38 |
| Hex | 69 | 5B | 57 | 0 | D | 11 | 3B | D | 9 | 26 |
| Octal | 151 | 133 | 127 | 0 | 15 | 21 | 73 | 15 | 11 | 46 |
| Binary | 1101001 | 1011011 | 1010111 | 0 | 1101 | 10001 | 111011 | 1101 | 1001 | 100110 |
Color Harmonies of #695B57
Complementary color
Monochromatic Colors of #695B57
Black with #695B57
Text Example
Text Example
White with #695B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B57; }
p { color: rgb(105,91,87); }
H1.HeaderClassName
{
color: #695B57;
}
.AnyTagClassName
{
color: #695B57;
}
</style>
background-color css
<style>
a { background-color: #695B57; }
a { background-color: rgb(105,91,87); }
div.DivClassName
{
background-color: #695B57;
}
.BgClassName
{
background-color: #695B57;
}
</style>
border-color css
<style>
span { border-color: #695B57; }
span { border-color: rgb(105,91,87); }
td.TdClassName
{
border-color: #695B57;
}
.TagClassName
{
border-color: #695B57;
}
</style>