Shades of Dorado #655E5B
Tints of Dorado #655E5B
RGB
CMYK
RGB Variations
Color information
#655E5B (or 0x655E5B) is known color: Dorado. HEX triplet: 65, 5E and 5B. RGB value is (101,94,91). Sum of RGB (Red+Green+Blue) = 101+94+91=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 101 - color contains mainly: red. Hex color #655E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E5B is #9AA1A4. Grayscale: #5F5F5F. Windows color (decimal): -10133925 or 5987941. OLE color: 5987941.
HSL color Cylindrical-coordinate representation of color #655E5B: hue angle of 18º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #655E5B is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 91 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.60 |
| HSL | 18º | 0.05% | 0.38% | - |
| HSV(B) | 18º | 0.1% | 0.4% | - |
| XYZ | 11.26 | 11.53 | 11.53 | - |
| YUV | 95.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 91 | 0 | 0.07 | 0.10 | 0.60 | 18 | 0.05 | 0.38 |
| Hex | 65 | 5E | 5B | 0 | 7 | A | 3C | 12 | 5 | 26 |
| Octal | 145 | 136 | 133 | 0 | 7 | 12 | 74 | 22 | 5 | 46 |
| Binary | 1100101 | 1011110 | 1011011 | 0 | 111 | 1010 | 111100 | 10010 | 101 | 100110 |
Color Harmonies of #655E5B
Complementary color
Monochromatic Colors of #655E5B
Black with #655E5B
Text Example
Text Example
White with #655E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E5B; }
p { color: rgb(101,94,91); }
H1.HeaderClassName
{
color: #655E5B;
}
.AnyTagClassName
{
color: #655E5B;
}
</style>
background-color css
<style>
a { background-color: #655E5B; }
a { background-color: rgb(101,94,91); }
div.DivClassName
{
background-color: #655E5B;
}
.BgClassName
{
background-color: #655E5B;
}
</style>
border-color css
<style>
span { border-color: #655E5B; }
span { border-color: rgb(101,94,91); }
td.TdClassName
{
border-color: #655E5B;
}
.TagClassName
{
border-color: #655E5B;
}
</style>