Shades of Dorado #695B53
Tints of Dorado #695B53
RGB
CMYK
RGB Variations
Color information
#695B53 (or 0x695B53) is known color: Dorado. HEX triplet: 69, 5B and 53. RGB value is (105,91,83). Sum of RGB (Red+Green+Blue) = 105+91+83=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #695B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B53 is #96A4AC. Grayscale: #5E5E5E. Windows color (decimal): -9872557 or 5462889. OLE color: 5462889.
HSL color Cylindrical-coordinate representation of color #695B53: hue angle of 21.82º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695B53 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 91 | 83 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.59 |
| HSL | 21.82º | 0.12% | 0.37% | - |
| HSV(B) | 21.82º | 0.21% | 0.41% | - |
| XYZ | 11.13 | 11.11 | 9.74 | - |
| YUV | 94.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 83 | 0 | 0.13 | 0.21 | 0.59 | 21.82 | 0.12 | 0.37 |
| Hex | 69 | 5B | 53 | 0 | D | 15 | 3B | 16 | C | 25 |
| Octal | 151 | 133 | 123 | 0 | 15 | 25 | 73 | 26 | 14 | 45 |
| Binary | 1101001 | 1011011 | 1010011 | 0 | 1101 | 10101 | 111011 | 10110 | 1100 | 100101 |
Color Harmonies of #695B53
Complementary color
Monochromatic Colors of #695B53
Black with #695B53
Text Example
Text Example
White with #695B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B53; }
p { color: rgb(105,91,83); }
H1.HeaderClassName
{
color: #695B53;
}
.AnyTagClassName
{
color: #695B53;
}
</style>
background-color css
<style>
a { background-color: #695B53; }
a { background-color: rgb(105,91,83); }
div.DivClassName
{
background-color: #695B53;
}
.BgClassName
{
background-color: #695B53;
}
</style>
border-color css
<style>
span { border-color: #695B53; }
span { border-color: rgb(105,91,83); }
td.TdClassName
{
border-color: #695B53;
}
.TagClassName
{
border-color: #695B53;
}
</style>