Shades of Dorado #665B55
Tints of Dorado #665B55
RGB
CMYK
RGB Variations
Color information
#665B55 (or 0x665B55) is known color: Dorado. HEX triplet: 66, 5B and 55. RGB value is (102,91,85). Sum of RGB (Red+Green+Blue) = 102+91+85=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #665B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B55 is #99A4AA. Grayscale: #5D5D5D. Windows color (decimal): -10069163 or 5593958. OLE color: 5593958.
HSL color Cylindrical-coordinate representation of color #665B55: hue angle of 21.18º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665B55 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 85 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.6 |
| HSL | 21.18º | 0.09% | 0.37% | - |
| HSV(B) | 21.18º | 0.17% | 0.4% | - |
| XYZ | 10.86 | 10.96 | 10.14 | - |
| YUV | 93.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 85 | 0 | 0.11 | 0.17 | 0.6 | 21.18 | 0.09 | 0.37 |
| Hex | 66 | 5B | 55 | 0 | B | 11 | 3C | 15 | 9 | 25 |
| Octal | 146 | 133 | 125 | 0 | 13 | 21 | 74 | 25 | 11 | 45 |
| Binary | 1100110 | 1011011 | 1010101 | 0 | 1011 | 10001 | 111100 | 10101 | 1001 | 100101 |
Color Harmonies of #665B55
Complementary color
Monochromatic Colors of #665B55
Black with #665B55
Text Example
Text Example
White with #665B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B55; }
p { color: rgb(102,91,85); }
H1.HeaderClassName
{
color: #665B55;
}
.AnyTagClassName
{
color: #665B55;
}
</style>
background-color css
<style>
a { background-color: #665B55; }
a { background-color: rgb(102,91,85); }
div.DivClassName
{
background-color: #665B55;
}
.BgClassName
{
background-color: #665B55;
}
</style>
border-color css
<style>
span { border-color: #665B55; }
span { border-color: rgb(102,91,85); }
td.TdClassName
{
border-color: #665B55;
}
.TagClassName
{
border-color: #665B55;
}
</style>