Shades of Dorado #655B56
Tints of Dorado #655B56
RGB
CMYK
RGB Variations
Color information
#655B56 (or 0x655B56) is known color: Dorado. HEX triplet: 65, 5B and 56. RGB value is (101,91,86). Sum of RGB (Red+Green+Blue) = 101+91+86=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 101 - color contains mainly: red. Hex color #655B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B56 is #9AA4A9. Grayscale: #5D5D5D. Windows color (decimal): -10134698 or 5659493. OLE color: 5659493.
HSL color Cylindrical-coordinate representation of color #655B56: hue angle of 20º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #655B56 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 86 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.60 |
| HSL | 20º | 0.08% | 0.37% | - |
| HSV(B) | 20º | 0.15% | 0.4% | - |
| XYZ | 10.79 | 10.92 | 10.34 | - |
| YUV | 93.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 86 | 0 | 0.10 | 0.15 | 0.60 | 20 | 0.08 | 0.37 |
| Hex | 65 | 5B | 56 | 0 | A | F | 3C | 14 | 8 | 25 |
| Octal | 145 | 133 | 126 | 0 | 12 | 17 | 74 | 24 | 10 | 45 |
| Binary | 1100101 | 1011011 | 1010110 | 0 | 1010 | 1111 | 111100 | 10100 | 1000 | 100101 |
Color Harmonies of #655B56
Complementary color
Monochromatic Colors of #655B56
Black with #655B56
Text Example
Text Example
White with #655B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B56; }
p { color: rgb(101,91,86); }
H1.HeaderClassName
{
color: #655B56;
}
.AnyTagClassName
{
color: #655B56;
}
</style>
background-color css
<style>
a { background-color: #655B56; }
a { background-color: rgb(101,91,86); }
div.DivClassName
{
background-color: #655B56;
}
.BgClassName
{
background-color: #655B56;
}
</style>
border-color css
<style>
span { border-color: #655B56; }
span { border-color: rgb(101,91,86); }
td.TdClassName
{
border-color: #655B56;
}
.TagClassName
{
border-color: #655B56;
}
</style>