Shades of Dorado #6E605B
Tints of Dorado #6E605B
RGB
CMYK
RGB Variations
Color information
#6E605B (or 0x6E605B) is known color: Dorado. HEX triplet: 6E, 60 and 5B. RGB value is (110,96,91). Sum of RGB (Red+Green+Blue) = 110+96+91=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 110 - color contains mainly: red. Hex color #6E605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E605B is #919FA4. Grayscale: #636363. Windows color (decimal): -9543589 or 5988462. OLE color: 5988462.
HSL color Cylindrical-coordinate representation of color #6E605B: hue angle of 15.79º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E605B is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 96 | 91 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.57 |
| HSL | 15.79º | 0.09% | 0.39% | - |
| HSV(B) | 15.79º | 0.17% | 0.43% | - |
| XYZ | 12.5 | 12.44 | 11.64 | - |
| YUV | 99.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 91 | 0 | 0.13 | 0.17 | 0.57 | 15.79 | 0.09 | 0.39 |
| Hex | 6E | 60 | 5B | 0 | D | 11 | 39 | 10 | 9 | 27 |
| Octal | 156 | 140 | 133 | 0 | 15 | 21 | 71 | 20 | 11 | 47 |
| Binary | 1101110 | 1100000 | 1011011 | 0 | 1101 | 10001 | 111001 | 10000 | 1001 | 100111 |
Color Harmonies of #6E605B
Complementary color
Monochromatic Colors of #6E605B
Black with #6E605B
Text Example
Text Example
White with #6E605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E605B; }
p { color: rgb(110,96,91); }
H1.HeaderClassName
{
color: #6E605B;
}
.AnyTagClassName
{
color: #6E605B;
}
</style>
background-color css
<style>
a { background-color: #6E605B; }
a { background-color: rgb(110,96,91); }
div.DivClassName
{
background-color: #6E605B;
}
.BgClassName
{
background-color: #6E605B;
}
</style>
border-color css
<style>
span { border-color: #6E605B; }
span { border-color: rgb(110,96,91); }
td.TdClassName
{
border-color: #6E605B;
}
.TagClassName
{
border-color: #6E605B;
}
</style>