Shades of Dorado #636160
Tints of Dorado #636160
RGB
CMYK
RGB Variations
Color information
#636160 (or 0x636160) is known color: Dorado. HEX triplet: 63, 61 and 60. RGB value is (99,97,96). Sum of RGB (Red+Green+Blue) = 99+97+96=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 99 - color contains mainly: red. Hex color #636160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636160 is #9C9E9F. Grayscale: #616161. Windows color (decimal): -10264224 or 6316387. OLE color: 6316387.
HSL color Cylindrical-coordinate representation of color #636160: hue angle of 20º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #636160 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 97 | 96 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.61 |
| HSL | 20º | 0.02% | 0.38% | - |
| HSV(B) | 20º | 0.03% | 0.39% | - |
| XYZ | 11.53 | 12.05 | 12.78 | - |
| YUV | 97.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 96 | 0 | 0.02 | 0.03 | 0.61 | 20 | 0.02 | 0.38 |
| Hex | 63 | 61 | 60 | 0 | 2 | 3 | 3D | 14 | 2 | 26 |
| Octal | 143 | 141 | 140 | 0 | 2 | 3 | 75 | 24 | 2 | 46 |
| Binary | 1100011 | 1100001 | 1100000 | 0 | 10 | 11 | 111101 | 10100 | 10 | 100110 |
Color Harmonies of #636160
Complementary color
Monochromatic Colors of #636160
Black with #636160
Text Example
Text Example
White with #636160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636160; }
p { color: rgb(99,97,96); }
H1.HeaderClassName
{
color: #636160;
}
.AnyTagClassName
{
color: #636160;
}
</style>
background-color css
<style>
a { background-color: #636160; }
a { background-color: rgb(99,97,96); }
div.DivClassName
{
background-color: #636160;
}
.BgClassName
{
background-color: #636160;
}
</style>
border-color css
<style>
span { border-color: #636160; }
span { border-color: rgb(99,97,96); }
td.TdClassName
{
border-color: #636160;
}
.TagClassName
{
border-color: #636160;
}
</style>