Shades of Dorado #635C59
Tints of Dorado #635C59
RGB
CMYK
RGB Variations
Color information
#635C59 (or 0x635C59) is known color: Dorado. HEX triplet: 63, 5C and 59. RGB value is (99,92,89). Sum of RGB (Red+Green+Blue) = 99+92+89=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #635C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C59 is #9CA3A6. Grayscale: #5D5D5D. Windows color (decimal): -10265511 or 5856355. OLE color: 5856355.
HSL color Cylindrical-coordinate representation of color #635C59: hue angle of 18º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #635C59 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 89 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.61 |
| HSL | 18º | 0.05% | 0.37% | - |
| HSV(B) | 18º | 0.1% | 0.39% | - |
| XYZ | 10.78 | 11.03 | 11.01 | - |
| YUV | 93.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 89 | 0 | 0.07 | 0.10 | 0.61 | 18 | 0.05 | 0.37 |
| Hex | 63 | 5C | 59 | 0 | 7 | A | 3D | 12 | 5 | 25 |
| Octal | 143 | 134 | 131 | 0 | 7 | 12 | 75 | 22 | 5 | 45 |
| Binary | 1100011 | 1011100 | 1011001 | 0 | 111 | 1010 | 111101 | 10010 | 101 | 100101 |
Color Harmonies of #635C59
Complementary color
Monochromatic Colors of #635C59
Black with #635C59
Text Example
Text Example
White with #635C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C59; }
p { color: rgb(99,92,89); }
H1.HeaderClassName
{
color: #635C59;
}
.AnyTagClassName
{
color: #635C59;
}
</style>
background-color css
<style>
a { background-color: #635C59; }
a { background-color: rgb(99,92,89); }
div.DivClassName
{
background-color: #635C59;
}
.BgClassName
{
background-color: #635C59;
}
</style>
border-color css
<style>
span { border-color: #635C59; }
span { border-color: rgb(99,92,89); }
td.TdClassName
{
border-color: #635C59;
}
.TagClassName
{
border-color: #635C59;
}
</style>