Shades of Dorado #665A57
Tints of Dorado #665A57
RGB
CMYK
RGB Variations
Color information
#665A57 (or 0x665A57) is known color: Dorado. HEX triplet: 66, 5A and 57. RGB value is (102,90,87). Sum of RGB (Red+Green+Blue) = 102+90+87=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #665A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A57 is #99A5A8. Grayscale: #5D5D5D. Windows color (decimal): -10069417 or 5724774. OLE color: 5724774.
HSL color Cylindrical-coordinate representation of color #665A57: hue angle of 12º 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 #665A57 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 87 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.6 |
| HSL | 12º | 0.08% | 0.37% | - |
| HSV(B) | 12º | 0.15% | 0.4% | - |
| XYZ | 10.86 | 10.83 | 10.53 | - |
| YUV | 93.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 87 | 0 | 0.12 | 0.15 | 0.6 | 12 | 0.08 | 0.37 |
| Hex | 66 | 5A | 57 | 0 | C | F | 3C | C | 8 | 25 |
| Octal | 146 | 132 | 127 | 0 | 14 | 17 | 74 | 14 | 10 | 45 |
| Binary | 1100110 | 1011010 | 1010111 | 0 | 1100 | 1111 | 111100 | 1100 | 1000 | 100101 |
Color Harmonies of #665A57
Complementary color
Monochromatic Colors of #665A57
Black with #665A57
Text Example
Text Example
White with #665A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A57; }
p { color: rgb(102,90,87); }
H1.HeaderClassName
{
color: #665A57;
}
.AnyTagClassName
{
color: #665A57;
}
</style>
background-color css
<style>
a { background-color: #665A57; }
a { background-color: rgb(102,90,87); }
div.DivClassName
{
background-color: #665A57;
}
.BgClassName
{
background-color: #665A57;
}
</style>
border-color css
<style>
span { border-color: #665A57; }
span { border-color: rgb(102,90,87); }
td.TdClassName
{
border-color: #665A57;
}
.TagClassName
{
border-color: #665A57;
}
</style>