Shades of Dorado #645E5B
Tints of Dorado #645E5B
RGB
CMYK
RGB Variations
Color information
#645E5B (or 0x645E5B) is known color: Dorado. HEX triplet: 64, 5E and 5B. RGB value is (100,94,91). Sum of RGB (Red+Green+Blue) = 100+94+91=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 100 - color contains mainly: red. Hex color #645E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645E5B is #9BA1A4. Grayscale: #5F5F5F. Windows color (decimal): -10199461 or 5987940. OLE color: 5987940.
HSL color Cylindrical-coordinate representation of color #645E5B: hue angle of 20º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #645E5B is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 94 | 91 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.61 |
| HSL | 20º | 0.05% | 0.37% | - |
| HSV(B) | 20º | 0.09% | 0.39% | - |
| XYZ | 11.15 | 11.47 | 11.52 | - |
| YUV | 95.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 91 | 0 | 0.06 | 0.09 | 0.61 | 20 | 0.05 | 0.37 |
| Hex | 64 | 5E | 5B | 0 | 6 | 9 | 3D | 14 | 5 | 25 |
| Octal | 144 | 136 | 133 | 0 | 6 | 11 | 75 | 24 | 5 | 45 |
| Binary | 1100100 | 1011110 | 1011011 | 0 | 110 | 1001 | 111101 | 10100 | 101 | 100101 |
Color Harmonies of #645E5B
Complementary color
Monochromatic Colors of #645E5B
Black with #645E5B
Text Example
Text Example
White with #645E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645E5B; }
p { color: rgb(100,94,91); }
H1.HeaderClassName
{
color: #645E5B;
}
.AnyTagClassName
{
color: #645E5B;
}
</style>
background-color css
<style>
a { background-color: #645E5B; }
a { background-color: rgb(100,94,91); }
div.DivClassName
{
background-color: #645E5B;
}
.BgClassName
{
background-color: #645E5B;
}
</style>
border-color css
<style>
span { border-color: #645E5B; }
span { border-color: rgb(100,94,91); }
td.TdClassName
{
border-color: #645E5B;
}
.TagClassName
{
border-color: #645E5B;
}
</style>