Shades of Dorado #645B56
Tints of Dorado #645B56
RGB
CMYK
RGB Variations
Color information
#645B56 (or 0x645B56) is known color: Dorado. HEX triplet: 64, 5B and 56. RGB value is (100,91,86). Sum of RGB (Red+Green+Blue) = 100+91+86=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #645B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645B56 is #9BA4A9. Grayscale: #5D5D5D. Windows color (decimal): -10200234 or 5659492. OLE color: 5659492.
HSL color Cylindrical-coordinate representation of color #645B56: hue angle of 21.43º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #645B56 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 91 | 86 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.61 |
| HSL | 21.43º | 0.08% | 0.36% | - |
| HSV(B) | 21.43º | 0.14% | 0.39% | - |
| XYZ | 10.68 | 10.86 | 10.34 | - |
| YUV | 93.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 86 | 0 | 0.09 | 0.14 | 0.61 | 21.43 | 0.08 | 0.36 |
| Hex | 64 | 5B | 56 | 0 | 9 | E | 3D | 15 | 8 | 24 |
| Octal | 144 | 133 | 126 | 0 | 11 | 16 | 75 | 25 | 10 | 44 |
| Binary | 1100100 | 1011011 | 1010110 | 0 | 1001 | 1110 | 111101 | 10101 | 1000 | 100100 |
Color Harmonies of #645B56
Complementary color
Monochromatic Colors of #645B56
Black with #645B56
Text Example
Text Example
White with #645B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B56; }
p { color: rgb(100,91,86); }
H1.HeaderClassName
{
color: #645B56;
}
.AnyTagClassName
{
color: #645B56;
}
</style>
background-color css
<style>
a { background-color: #645B56; }
a { background-color: rgb(100,91,86); }
div.DivClassName
{
background-color: #645B56;
}
.BgClassName
{
background-color: #645B56;
}
</style>
border-color css
<style>
span { border-color: #645B56; }
span { border-color: rgb(100,91,86); }
td.TdClassName
{
border-color: #645B56;
}
.TagClassName
{
border-color: #645B56;
}
</style>