Shades of Dorado #6C5A53
Tints of Dorado #6C5A53
RGB
CMYK
RGB Variations
Color information
#6C5A53 (or 0x6C5A53) is known color: Dorado. HEX triplet: 6C, 5A and 53. RGB value is (108,90,83). Sum of RGB (Red+Green+Blue) = 108+90+83=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5A53 is #93A5AC. Grayscale: #5E5E5E. Windows color (decimal): -9676205 or 5462636. OLE color: 5462636.
HSL color Cylindrical-coordinate representation of color #6C5A53: hue angle of 16.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C5A53 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 90 | 83 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.58 |
| HSL | 16.8º | 0.13% | 0.37% | - |
| HSV(B) | 16.8º | 0.23% | 0.42% | - |
| XYZ | 11.4 | 11.13 | 9.73 | - |
| YUV | 94.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 90 | 83 | 0 | 0.17 | 0.23 | 0.58 | 16.8 | 0.13 | 0.37 |
| Hex | 6C | 5A | 53 | 0 | 11 | 17 | 3A | 11 | D | 25 |
| Octal | 154 | 132 | 123 | 0 | 21 | 27 | 72 | 21 | 15 | 45 |
| Binary | 1101100 | 1011010 | 1010011 | 0 | 10001 | 10111 | 111010 | 10001 | 1101 | 100101 |
Color Harmonies of #6C5A53
Complementary color
Monochromatic Colors of #6C5A53
Black with #6C5A53
Text Example
Text Example
White with #6C5A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5A53; }
p { color: rgb(108,90,83); }
H1.HeaderClassName
{
color: #6C5A53;
}
.AnyTagClassName
{
color: #6C5A53;
}
</style>
background-color css
<style>
a { background-color: #6C5A53; }
a { background-color: rgb(108,90,83); }
div.DivClassName
{
background-color: #6C5A53;
}
.BgClassName
{
background-color: #6C5A53;
}
</style>
border-color css
<style>
span { border-color: #6C5A53; }
span { border-color: rgb(108,90,83); }
td.TdClassName
{
border-color: #6C5A53;
}
.TagClassName
{
border-color: #6C5A53;
}
</style>