Shades of Dorado #6D645E
Tints of Dorado #6D645E
RGB
CMYK
RGB Variations
Color information
#6D645E (or 0x6D645E) is known color: Dorado. HEX triplet: 6D, 64 and 5E. RGB value is (109,100,94). Sum of RGB (Red+Green+Blue) = 109+100+94=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D645E is #929BA1. Grayscale: #666666. Windows color (decimal): -9608098 or 6186093. OLE color: 6186093.
HSL color Cylindrical-coordinate representation of color #6D645E: hue angle of 24º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D645E is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 94 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.57 |
| HSL | 24º | 0.07% | 0.4% | - |
| HSV(B) | 24º | 0.14% | 0.43% | - |
| XYZ | 12.88 | 13.17 | 12.45 | - |
| YUV | 102.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 94 | 0 | 0.08 | 0.14 | 0.57 | 24 | 0.07 | 0.4 |
| Hex | 6D | 64 | 5E | 0 | 8 | E | 39 | 18 | 7 | 28 |
| Octal | 155 | 144 | 136 | 0 | 10 | 16 | 71 | 30 | 7 | 50 |
| Binary | 1101101 | 1100100 | 1011110 | 0 | 1000 | 1110 | 111001 | 11000 | 111 | 101000 |
Color Harmonies of #6D645E
Complementary color
Monochromatic Colors of #6D645E
Black with #6D645E
Text Example
Text Example
White with #6D645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D645E; }
p { color: rgb(109,100,94); }
H1.HeaderClassName
{
color: #6D645E;
}
.AnyTagClassName
{
color: #6D645E;
}
</style>
background-color css
<style>
a { background-color: #6D645E; }
a { background-color: rgb(109,100,94); }
div.DivClassName
{
background-color: #6D645E;
}
.BgClassName
{
background-color: #6D645E;
}
</style>
border-color css
<style>
span { border-color: #6D645E; }
span { border-color: rgb(109,100,94); }
td.TdClassName
{
border-color: #6D645E;
}
.TagClassName
{
border-color: #6D645E;
}
</style>