Shades of Dorado #665851
Tints of Dorado #665851
RGB
CMYK
RGB Variations
Color information
#665851 (or 0x665851) is known color: Dorado. HEX triplet: 66, 58 and 51. RGB value is (102,88,81). Sum of RGB (Red+Green+Blue) = 102+88+81=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665851 is #99A7AE. Grayscale: #5B5B5B. Windows color (decimal): -10069935 or 5331046. OLE color: 5331046.
HSL color Cylindrical-coordinate representation of color #665851: hue angle of 20º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665851 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 81 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.6 |
| HSL | 20º | 0.11% | 0.36% | - |
| HSV(B) | 20º | 0.21% | 0.4% | - |
| XYZ | 10.45 | 10.4 | 9.24 | - |
| YUV | 91.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 81 | 0 | 0.14 | 0.21 | 0.6 | 20 | 0.11 | 0.36 |
| Hex | 66 | 58 | 51 | 0 | E | 15 | 3C | 14 | B | 24 |
| Octal | 146 | 130 | 121 | 0 | 16 | 25 | 74 | 24 | 13 | 44 |
| Binary | 1100110 | 1011000 | 1010001 | 0 | 1110 | 10101 | 111100 | 10100 | 1011 | 100100 |
Color Harmonies of #665851
Complementary color
Monochromatic Colors of #665851
Black with #665851
Text Example
Text Example
White with #665851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665851; }
p { color: rgb(102,88,81); }
H1.HeaderClassName
{
color: #665851;
}
.AnyTagClassName
{
color: #665851;
}
</style>
background-color css
<style>
a { background-color: #665851; }
a { background-color: rgb(102,88,81); }
div.DivClassName
{
background-color: #665851;
}
.BgClassName
{
background-color: #665851;
}
</style>
border-color css
<style>
span { border-color: #665851; }
span { border-color: rgb(102,88,81); }
td.TdClassName
{
border-color: #665851;
}
.TagClassName
{
border-color: #665851;
}
</style>