Shades of Dorado #655C59
Tints of Dorado #655C59
RGB
CMYK
RGB Variations
Color information
#655C59 (or 0x655C59) is known color: Dorado. HEX triplet: 65, 5C and 59. RGB value is (101,92,89). Sum of RGB (Red+Green+Blue) = 101+92+89=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #655C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C59 is #9AA3A6. Grayscale: #5E5E5E. Windows color (decimal): -10134439 or 5856357. OLE color: 5856357.
HSL color Cylindrical-coordinate representation of color #655C59: hue angle of 15º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #655C59 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 89 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.60 |
| HSL | 15º | 0.06% | 0.37% | - |
| HSV(B) | 15º | 0.12% | 0.4% | - |
| XYZ | 11 | 11.14 | 11.02 | - |
| YUV | 94.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 89 | 0 | 0.09 | 0.12 | 0.60 | 15 | 0.06 | 0.37 |
| Hex | 65 | 5C | 59 | 0 | 9 | C | 3C | F | 6 | 25 |
| Octal | 145 | 134 | 131 | 0 | 11 | 14 | 74 | 17 | 6 | 45 |
| Binary | 1100101 | 1011100 | 1011001 | 0 | 1001 | 1100 | 111100 | 1111 | 110 | 100101 |
Color Harmonies of #655C59
Complementary color
Monochromatic Colors of #655C59
Black with #655C59
Text Example
Text Example
White with #655C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C59; }
p { color: rgb(101,92,89); }
H1.HeaderClassName
{
color: #655C59;
}
.AnyTagClassName
{
color: #655C59;
}
</style>
background-color css
<style>
a { background-color: #655C59; }
a { background-color: rgb(101,92,89); }
div.DivClassName
{
background-color: #655C59;
}
.BgClassName
{
background-color: #655C59;
}
</style>
border-color css
<style>
span { border-color: #655C59; }
span { border-color: rgb(101,92,89); }
td.TdClassName
{
border-color: #655C59;
}
.TagClassName
{
border-color: #655C59;
}
</style>