Shades of Dorado #645A55
Tints of Dorado #645A55
RGB
CMYK
RGB Variations
Color information
#645A55 (or 0x645A55) is known color: Dorado. HEX triplet: 64, 5A and 55. RGB value is (100,90,85). Sum of RGB (Red+Green+Blue) = 100+90+85=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 100 - color contains mainly: red. Hex color #645A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645A55 is #9BA5AA. Grayscale: #5C5C5C. Windows color (decimal): -10200491 or 5593700. OLE color: 5593700.
HSL color Cylindrical-coordinate representation of color #645A55: hue angle of 20º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #645A55 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 90 | 85 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.61 |
| HSL | 20º | 0.08% | 0.36% | - |
| HSV(B) | 20º | 0.15% | 0.39% | - |
| XYZ | 10.55 | 10.68 | 10.1 | - |
| YUV | 92.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 85 | 0 | 0.10 | 0.15 | 0.61 | 20 | 0.08 | 0.36 |
| Hex | 64 | 5A | 55 | 0 | A | F | 3D | 14 | 8 | 24 |
| Octal | 144 | 132 | 125 | 0 | 12 | 17 | 75 | 24 | 10 | 44 |
| Binary | 1100100 | 1011010 | 1010101 | 0 | 1010 | 1111 | 111101 | 10100 | 1000 | 100100 |
Color Harmonies of #645A55
Complementary color
Monochromatic Colors of #645A55
Black with #645A55
Text Example
Text Example
White with #645A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A55; }
p { color: rgb(100,90,85); }
H1.HeaderClassName
{
color: #645A55;
}
.AnyTagClassName
{
color: #645A55;
}
</style>
background-color css
<style>
a { background-color: #645A55; }
a { background-color: rgb(100,90,85); }
div.DivClassName
{
background-color: #645A55;
}
.BgClassName
{
background-color: #645A55;
}
</style>
border-color css
<style>
span { border-color: #645A55; }
span { border-color: rgb(100,90,85); }
td.TdClassName
{
border-color: #645A55;
}
.TagClassName
{
border-color: #645A55;
}
</style>