Shades of Dorado #73645B
Tints of Dorado #73645B
RGB
CMYK
RGB Variations
Color information
#73645B (or 0x73645B) is known color: Dorado. HEX triplet: 73, 64 and 5B. RGB value is (115,100,91). Sum of RGB (Red+Green+Blue) = 115+100+91=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #73645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73645B is #8C9BA4. Grayscale: #676767. Windows color (decimal): -9214885 or 5989491. OLE color: 5989491.
HSL color Cylindrical-coordinate representation of color #73645B: hue angle of 22.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73645B is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 100 | 91 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.55 |
| HSL | 22.5º | 0.12% | 0.4% | - |
| HSV(B) | 22.5º | 0.21% | 0.45% | - |
| XYZ | 13.52 | 13.51 | 11.79 | - |
| YUV | 103.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 91 | 0 | 0.13 | 0.21 | 0.55 | 22.5 | 0.12 | 0.4 |
| Hex | 73 | 64 | 5B | 0 | D | 15 | 37 | 16 | C | 28 |
| Octal | 163 | 144 | 133 | 0 | 15 | 25 | 67 | 26 | 14 | 50 |
| Binary | 1110011 | 1100100 | 1011011 | 0 | 1101 | 10101 | 110111 | 10110 | 1100 | 101000 |
Color Harmonies of #73645B
Complementary color
Monochromatic Colors of #73645B
Black with #73645B
Text Example
Text Example
White with #73645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73645B; }
p { color: rgb(115,100,91); }
H1.HeaderClassName
{
color: #73645B;
}
.AnyTagClassName
{
color: #73645B;
}
</style>
background-color css
<style>
a { background-color: #73645B; }
a { background-color: rgb(115,100,91); }
div.DivClassName
{
background-color: #73645B;
}
.BgClassName
{
background-color: #73645B;
}
</style>
border-color css
<style>
span { border-color: #73645B; }
span { border-color: rgb(115,100,91); }
td.TdClassName
{
border-color: #73645B;
}
.TagClassName
{
border-color: #73645B;
}
</style>