Shades of Dorado #6C5E55
Tints of Dorado #6C5E55
RGB
CMYK
RGB Variations
Color information
#6C5E55 (or 0x6C5E55) is known color: Dorado. HEX triplet: 6C, 5E and 55. RGB value is (108,94,85). Sum of RGB (Red+Green+Blue) = 108+94+85=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5E55 is #93A1AA. Grayscale: #616161. Windows color (decimal): -9675179 or 5594732. OLE color: 5594732.
HSL color Cylindrical-coordinate representation of color #6C5E55: hue angle of 23.48º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C5E55 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 94 | 85 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.58 |
| HSL | 23.48º | 0.12% | 0.38% | - |
| HSV(B) | 23.48º | 0.21% | 0.42% | - |
| XYZ | 11.83 | 11.85 | 10.26 | - |
| YUV | 97.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 85 | 0 | 0.13 | 0.21 | 0.58 | 23.48 | 0.12 | 0.38 |
| Hex | 6C | 5E | 55 | 0 | D | 15 | 3A | 17 | C | 26 |
| Octal | 154 | 136 | 125 | 0 | 15 | 25 | 72 | 27 | 14 | 46 |
| Binary | 1101100 | 1011110 | 1010101 | 0 | 1101 | 10101 | 111010 | 10111 | 1100 | 100110 |
Color Harmonies of #6C5E55
Complementary color
Monochromatic Colors of #6C5E55
Black with #6C5E55
Text Example
Text Example
White with #6C5E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5E55; }
p { color: rgb(108,94,85); }
H1.HeaderClassName
{
color: #6C5E55;
}
.AnyTagClassName
{
color: #6C5E55;
}
</style>
background-color css
<style>
a { background-color: #6C5E55; }
a { background-color: rgb(108,94,85); }
div.DivClassName
{
background-color: #6C5E55;
}
.BgClassName
{
background-color: #6C5E55;
}
</style>
border-color css
<style>
span { border-color: #6C5E55; }
span { border-color: rgb(108,94,85); }
td.TdClassName
{
border-color: #6C5E55;
}
.TagClassName
{
border-color: #6C5E55;
}
</style>