Shades of Dorado #6D5D54
Tints of Dorado #6D5D54
RGB
CMYK
RGB Variations
Color information
#6D5D54 (or 0x6D5D54) is known color: Dorado. HEX triplet: 6D, 5D and 54. RGB value is (109,93,84). Sum of RGB (Red+Green+Blue) = 109+93+84=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5D54 is #92A2AB. Grayscale: #606060. Windows color (decimal): -9609900 or 5528941. OLE color: 5528941.
HSL color Cylindrical-coordinate representation of color #6D5D54: hue angle of 21.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D5D54 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 93 | 84 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.57 |
| HSL | 21.6º | 0.13% | 0.38% | - |
| HSV(B) | 21.6º | 0.23% | 0.43% | - |
| XYZ | 11.82 | 11.72 | 10.03 | - |
| YUV | 96.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 84 | 0 | 0.15 | 0.23 | 0.57 | 21.6 | 0.13 | 0.38 |
| Hex | 6D | 5D | 54 | 0 | F | 17 | 39 | 16 | D | 26 |
| Octal | 155 | 135 | 124 | 0 | 17 | 27 | 71 | 26 | 15 | 46 |
| Binary | 1101101 | 1011101 | 1010100 | 0 | 1111 | 10111 | 111001 | 10110 | 1101 | 100110 |
Color Harmonies of #6D5D54
Complementary color
Monochromatic Colors of #6D5D54
Black with #6D5D54
Text Example
Text Example
White with #6D5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5D54; }
p { color: rgb(109,93,84); }
H1.HeaderClassName
{
color: #6D5D54;
}
.AnyTagClassName
{
color: #6D5D54;
}
</style>
background-color css
<style>
a { background-color: #6D5D54; }
a { background-color: rgb(109,93,84); }
div.DivClassName
{
background-color: #6D5D54;
}
.BgClassName
{
background-color: #6D5D54;
}
</style>
border-color css
<style>
span { border-color: #6D5D54; }
span { border-color: rgb(109,93,84); }
td.TdClassName
{
border-color: #6D5D54;
}
.TagClassName
{
border-color: #6D5D54;
}
</style>