Shades of Dorado #6C635E
Tints of Dorado #6C635E
RGB
CMYK
RGB Variations
Color information
#6C635E (or 0x6C635E) is known color: Dorado. HEX triplet: 6C, 63 and 5E. RGB value is (108,99,94). Sum of RGB (Red+Green+Blue) = 108+99+94=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 108 - color contains mainly: red. Hex color #6C635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C635E is #939CA1. Grayscale: #656565. Windows color (decimal): -9673890 or 6185836. OLE color: 6185836.
HSL color Cylindrical-coordinate representation of color #6C635E: hue angle of 21.43º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C635E is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 99 | 94 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.58 |
| HSL | 21.43º | 0.07% | 0.4% | - |
| HSV(B) | 21.43º | 0.13% | 0.42% | - |
| XYZ | 12.67 | 12.92 | 12.42 | - |
| YUV | 101.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 94 | 0 | 0.08 | 0.13 | 0.58 | 21.43 | 0.07 | 0.4 |
| Hex | 6C | 63 | 5E | 0 | 8 | D | 3A | 15 | 7 | 28 |
| Octal | 154 | 143 | 136 | 0 | 10 | 15 | 72 | 25 | 7 | 50 |
| Binary | 1101100 | 1100011 | 1011110 | 0 | 1000 | 1101 | 111010 | 10101 | 111 | 101000 |
Color Harmonies of #6C635E
Complementary color
Monochromatic Colors of #6C635E
Black with #6C635E
Text Example
Text Example
White with #6C635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C635E; }
p { color: rgb(108,99,94); }
H1.HeaderClassName
{
color: #6C635E;
}
.AnyTagClassName
{
color: #6C635E;
}
</style>
background-color css
<style>
a { background-color: #6C635E; }
a { background-color: rgb(108,99,94); }
div.DivClassName
{
background-color: #6C635E;
}
.BgClassName
{
background-color: #6C635E;
}
</style>
border-color css
<style>
span { border-color: #6C635E; }
span { border-color: rgb(108,99,94); }
td.TdClassName
{
border-color: #6C635E;
}
.TagClassName
{
border-color: #6C635E;
}
</style>