Shades of Dorado #695850
Tints of Dorado #695850
RGB
CMYK
RGB Variations
Color information
#695850 (or 0x695850) is known color: Dorado. HEX triplet: 69, 58 and 50. RGB value is (105,88,80). Sum of RGB (Red+Green+Blue) = 105+88+80=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #695850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695850 is #96A7AF. Grayscale: #5C5C5C. Windows color (decimal): -9873328 or 5265513. OLE color: 5265513.
HSL color Cylindrical-coordinate representation of color #695850: hue angle of 19.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695850 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 88 | 80 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.59 |
| HSL | 19.2º | 0.14% | 0.36% | - |
| HSV(B) | 19.2º | 0.24% | 0.41% | - |
| XYZ | 10.76 | 10.56 | 9.06 | - |
| YUV | 92.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 80 | 0 | 0.16 | 0.24 | 0.59 | 19.2 | 0.14 | 0.36 |
| Hex | 69 | 58 | 50 | 0 | 10 | 18 | 3B | 13 | E | 24 |
| Octal | 151 | 130 | 120 | 0 | 20 | 30 | 73 | 23 | 16 | 44 |
| Binary | 1101001 | 1011000 | 1010000 | 0 | 10000 | 11000 | 111011 | 10011 | 1110 | 100100 |
Color Harmonies of #695850
Complementary color
Monochromatic Colors of #695850
Black with #695850
Text Example
Text Example
White with #695850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695850; }
p { color: rgb(105,88,80); }
H1.HeaderClassName
{
color: #695850;
}
.AnyTagClassName
{
color: #695850;
}
</style>
background-color css
<style>
a { background-color: #695850; }
a { background-color: rgb(105,88,80); }
div.DivClassName
{
background-color: #695850;
}
.BgClassName
{
background-color: #695850;
}
</style>
border-color css
<style>
span { border-color: #695850; }
span { border-color: rgb(105,88,80); }
td.TdClassName
{
border-color: #695850;
}
.TagClassName
{
border-color: #695850;
}
</style>