Shades of Dorado #655C57
Tints of Dorado #655C57
RGB
CMYK
RGB Variations
Color information
#655C57 (or 0x655C57) is known color: Dorado. HEX triplet: 65, 5C and 57. RGB value is (101,92,87). Sum of RGB (Red+Green+Blue) = 101+92+87=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #655C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C57 is #9AA3A8. Grayscale: #5E5E5E. Windows color (decimal): -10134441 or 5725285. OLE color: 5725285.
HSL color Cylindrical-coordinate representation of color #655C57: hue angle of 21.43º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #655C57 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 87 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.60 |
| HSL | 21.43º | 0.07% | 0.37% | - |
| HSV(B) | 21.43º | 0.14% | 0.4% | - |
| XYZ | 10.91 | 11.11 | 10.59 | - |
| YUV | 94.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 87 | 0 | 0.09 | 0.14 | 0.60 | 21.43 | 0.07 | 0.37 |
| Hex | 65 | 5C | 57 | 0 | 9 | E | 3C | 15 | 7 | 25 |
| Octal | 145 | 134 | 127 | 0 | 11 | 16 | 74 | 25 | 7 | 45 |
| Binary | 1100101 | 1011100 | 1010111 | 0 | 1001 | 1110 | 111100 | 10101 | 111 | 100101 |
Color Harmonies of #655C57
Complementary color
Monochromatic Colors of #655C57
Black with #655C57
Text Example
Text Example
White with #655C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C57; }
p { color: rgb(101,92,87); }
H1.HeaderClassName
{
color: #655C57;
}
.AnyTagClassName
{
color: #655C57;
}
</style>
background-color css
<style>
a { background-color: #655C57; }
a { background-color: rgb(101,92,87); }
div.DivClassName
{
background-color: #655C57;
}
.BgClassName
{
background-color: #655C57;
}
</style>
border-color css
<style>
span { border-color: #655C57; }
span { border-color: rgb(101,92,87); }
td.TdClassName
{
border-color: #655C57;
}
.TagClassName
{
border-color: #655C57;
}
</style>