Shades of Dorado #655953
Tints of Dorado #655953
RGB
CMYK
RGB Variations
Color information
#655953 (or 0x655953) is known color: Dorado. HEX triplet: 65, 59 and 53. RGB value is (101,89,83). Sum of RGB (Red+Green+Blue) = 101+89+83=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #655953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655953 is #9AA6AC. Grayscale: #5B5B5B. Windows color (decimal): -10135213 or 5462373. OLE color: 5462373.
HSL color Cylindrical-coordinate representation of color #655953: hue angle of 20º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655953 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 83 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.60 |
| HSL | 20º | 0.1% | 0.36% | - |
| HSV(B) | 20º | 0.18% | 0.4% | - |
| XYZ | 10.5 | 10.54 | 9.66 | - |
| YUV | 91.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 83 | 0 | 0.12 | 0.18 | 0.60 | 20 | 0.1 | 0.36 |
| Hex | 65 | 59 | 53 | 0 | C | 12 | 3C | 14 | A | 24 |
| Octal | 145 | 131 | 123 | 0 | 14 | 22 | 74 | 24 | 12 | 44 |
| Binary | 1100101 | 1011001 | 1010011 | 0 | 1100 | 10010 | 111100 | 10100 | 1010 | 100100 |
Color Harmonies of #655953
Complementary color
Monochromatic Colors of #655953
Black with #655953
Text Example
Text Example
White with #655953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655953; }
p { color: rgb(101,89,83); }
H1.HeaderClassName
{
color: #655953;
}
.AnyTagClassName
{
color: #655953;
}
</style>
background-color css
<style>
a { background-color: #655953; }
a { background-color: rgb(101,89,83); }
div.DivClassName
{
background-color: #655953;
}
.BgClassName
{
background-color: #655953;
}
</style>
border-color css
<style>
span { border-color: #655953; }
span { border-color: rgb(101,89,83); }
td.TdClassName
{
border-color: #655953;
}
.TagClassName
{
border-color: #655953;
}
</style>