Shades of Dorado #655A55
Tints of Dorado #655A55
RGB
CMYK
RGB Variations
Color information
#655A55 (or 0x655A55) is known color: Dorado. HEX triplet: 65, 5A and 55. RGB value is (101,90,85). Sum of RGB (Red+Green+Blue) = 101+90+85=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 101 - color contains mainly: red. Hex color #655A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A55 is #9AA5AA. Grayscale: #5C5C5C. Windows color (decimal): -10134955 or 5593701. OLE color: 5593701.
HSL color Cylindrical-coordinate representation of color #655A55: hue angle of 18.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #655A55 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 85 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.60 |
| HSL | 18.75º | 0.09% | 0.36% | - |
| HSV(B) | 18.75º | 0.16% | 0.4% | - |
| XYZ | 10.66 | 10.73 | 10.1 | - |
| YUV | 92.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 85 | 0 | 0.11 | 0.16 | 0.60 | 18.75 | 0.09 | 0.36 |
| Hex | 65 | 5A | 55 | 0 | B | 10 | 3C | 13 | 9 | 24 |
| Octal | 145 | 132 | 125 | 0 | 13 | 20 | 74 | 23 | 11 | 44 |
| Binary | 1100101 | 1011010 | 1010101 | 0 | 1011 | 10000 | 111100 | 10011 | 1001 | 100100 |
Color Harmonies of #655A55
Complementary color
Monochromatic Colors of #655A55
Black with #655A55
Text Example
Text Example
White with #655A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A55; }
p { color: rgb(101,90,85); }
H1.HeaderClassName
{
color: #655A55;
}
.AnyTagClassName
{
color: #655A55;
}
</style>
background-color css
<style>
a { background-color: #655A55; }
a { background-color: rgb(101,90,85); }
div.DivClassName
{
background-color: #655A55;
}
.BgClassName
{
background-color: #655A55;
}
</style>
border-color css
<style>
span { border-color: #655A55; }
span { border-color: rgb(101,90,85); }
td.TdClassName
{
border-color: #655A55;
}
.TagClassName
{
border-color: #655A55;
}
</style>