Shades of Dorado #695C56
Tints of Dorado #695C56
RGB
CMYK
RGB Variations
Color information
#695C56 (or 0x695C56) is known color: Dorado. HEX triplet: 69, 5C and 56. RGB value is (105,92,86). Sum of RGB (Red+Green+Blue) = 105+92+86=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #695C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C56 is #96A3A9. Grayscale: #5F5F5F. Windows color (decimal): -9872298 or 5659753. OLE color: 5659753.
HSL color Cylindrical-coordinate representation of color #695C56: hue angle of 18.95º 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 #695C56 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 92 | 86 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.59 |
| HSL | 18.95º | 0.1% | 0.37% | - |
| HSV(B) | 18.95º | 0.18% | 0.41% | - |
| XYZ | 11.33 | 11.33 | 10.39 | - |
| YUV | 95.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 86 | 0 | 0.12 | 0.18 | 0.59 | 18.95 | 0.1 | 0.37 |
| Hex | 69 | 5C | 56 | 0 | C | 12 | 3B | 13 | A | 25 |
| Octal | 151 | 134 | 126 | 0 | 14 | 22 | 73 | 23 | 12 | 45 |
| Binary | 1101001 | 1011100 | 1010110 | 0 | 1100 | 10010 | 111011 | 10011 | 1010 | 100101 |
Color Harmonies of #695C56
Complementary color
Monochromatic Colors of #695C56
Black with #695C56
Text Example
Text Example
White with #695C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C56; }
p { color: rgb(105,92,86); }
H1.HeaderClassName
{
color: #695C56;
}
.AnyTagClassName
{
color: #695C56;
}
</style>
background-color css
<style>
a { background-color: #695C56; }
a { background-color: rgb(105,92,86); }
div.DivClassName
{
background-color: #695C56;
}
.BgClassName
{
background-color: #695C56;
}
</style>
border-color css
<style>
span { border-color: #695C56; }
span { border-color: rgb(105,92,86); }
td.TdClassName
{
border-color: #695C56;
}
.TagClassName
{
border-color: #695C56;
}
</style>