Shades of Dorado #645D5B
Tints of Dorado #645D5B
RGB
CMYK
RGB Variations
Color information
#645D5B (or 0x645D5B) is known color: Dorado. HEX triplet: 64, 5D and 5B. RGB value is (100,93,91). Sum of RGB (Red+Green+Blue) = 100+93+91=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 100 - color contains mainly: red. Hex color #645D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D5B is #9BA2A4. Grayscale: #5E5E5E. Windows color (decimal): -10199717 or 5987684. OLE color: 5987684.
HSL color Cylindrical-coordinate representation of color #645D5B: hue angle of 13.33º 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 #645D5B is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 93 | 91 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.61 |
| HSL | 13.33º | 0.05% | 0.37% | - |
| HSV(B) | 13.33º | 0.09% | 0.39% | - |
| XYZ | 11.06 | 11.29 | 11.49 | - |
| YUV | 94.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 91 | 0 | 0.07 | 0.09 | 0.61 | 13.33 | 0.05 | 0.37 |
| Hex | 64 | 5D | 5B | 0 | 7 | 9 | 3D | D | 5 | 25 |
| Octal | 144 | 135 | 133 | 0 | 7 | 11 | 75 | 15 | 5 | 45 |
| Binary | 1100100 | 1011101 | 1011011 | 0 | 111 | 1001 | 111101 | 1101 | 101 | 100101 |
Color Harmonies of #645D5B
Complementary color
Monochromatic Colors of #645D5B
Black with #645D5B
Text Example
Text Example
White with #645D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D5B; }
p { color: rgb(100,93,91); }
H1.HeaderClassName
{
color: #645D5B;
}
.AnyTagClassName
{
color: #645D5B;
}
</style>
background-color css
<style>
a { background-color: #645D5B; }
a { background-color: rgb(100,93,91); }
div.DivClassName
{
background-color: #645D5B;
}
.BgClassName
{
background-color: #645D5B;
}
</style>
border-color css
<style>
span { border-color: #645D5B; }
span { border-color: rgb(100,93,91); }
td.TdClassName
{
border-color: #645D5B;
}
.TagClassName
{
border-color: #645D5B;
}
</style>