Shades of Dorado #695B55
Tints of Dorado #695B55
RGB
CMYK
RGB Variations
Color information
#695B55 (or 0x695B55) is known color: Dorado. HEX triplet: 69, 5B and 55. RGB value is (105,91,85). Sum of RGB (Red+Green+Blue) = 105+91+85=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 105 - color contains mainly: red. Hex color #695B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B55 is #96A4AA. Grayscale: #5E5E5E. Windows color (decimal): -9872555 or 5593961. OLE color: 5593961.
HSL color Cylindrical-coordinate representation of color #695B55: hue angle of 18º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #695B55 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 91 | 85 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.59 |
| HSL | 18º | 0.11% | 0.37% | - |
| HSV(B) | 18º | 0.19% | 0.41% | - |
| XYZ | 11.21 | 11.14 | 10.15 | - |
| YUV | 94.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 85 | 0 | 0.13 | 0.19 | 0.59 | 18 | 0.11 | 0.37 |
| Hex | 69 | 5B | 55 | 0 | D | 13 | 3B | 12 | B | 25 |
| Octal | 151 | 133 | 125 | 0 | 15 | 23 | 73 | 22 | 13 | 45 |
| Binary | 1101001 | 1011011 | 1010101 | 0 | 1101 | 10011 | 111011 | 10010 | 1011 | 100101 |
Color Harmonies of #695B55
Complementary color
Monochromatic Colors of #695B55
Black with #695B55
Text Example
Text Example
White with #695B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B55; }
p { color: rgb(105,91,85); }
H1.HeaderClassName
{
color: #695B55;
}
.AnyTagClassName
{
color: #695B55;
}
</style>
background-color css
<style>
a { background-color: #695B55; }
a { background-color: rgb(105,91,85); }
div.DivClassName
{
background-color: #695B55;
}
.BgClassName
{
background-color: #695B55;
}
</style>
border-color css
<style>
span { border-color: #695B55; }
span { border-color: rgb(105,91,85); }
td.TdClassName
{
border-color: #695B55;
}
.TagClassName
{
border-color: #695B55;
}
</style>