Shades of Dorado #665B58
Tints of Dorado #665B58
RGB
CMYK
RGB Variations
Color information
#665B58 (or 0x665B58) is known color: Dorado. HEX triplet: 66, 5B and 58. RGB value is (102,91,88). Sum of RGB (Red+Green+Blue) = 102+91+88=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #665B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B58 is #99A4A7. Grayscale: #5D5D5D. Windows color (decimal): -10069160 or 5790566. OLE color: 5790566.
HSL color Cylindrical-coordinate representation of color #665B58: hue angle of 12.86º 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 #665B58 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 88 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.6 |
| HSL | 12.86º | 0.07% | 0.37% | - |
| HSV(B) | 12.86º | 0.14% | 0.4% | - |
| XYZ | 10.98 | 11.01 | 10.78 | - |
| YUV | 93.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 88 | 0 | 0.11 | 0.14 | 0.6 | 12.86 | 0.07 | 0.37 |
| Hex | 66 | 5B | 58 | 0 | B | E | 3C | D | 7 | 25 |
| Octal | 146 | 133 | 130 | 0 | 13 | 16 | 74 | 15 | 7 | 45 |
| Binary | 1100110 | 1011011 | 1011000 | 0 | 1011 | 1110 | 111100 | 1101 | 111 | 100101 |
Color Harmonies of #665B58
Complementary color
Monochromatic Colors of #665B58
Black with #665B58
Text Example
Text Example
White with #665B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B58; }
p { color: rgb(102,91,88); }
H1.HeaderClassName
{
color: #665B58;
}
.AnyTagClassName
{
color: #665B58;
}
</style>
background-color css
<style>
a { background-color: #665B58; }
a { background-color: rgb(102,91,88); }
div.DivClassName
{
background-color: #665B58;
}
.BgClassName
{
background-color: #665B58;
}
</style>
border-color css
<style>
span { border-color: #665B58; }
span { border-color: rgb(102,91,88); }
td.TdClassName
{
border-color: #665B58;
}
.TagClassName
{
border-color: #665B58;
}
</style>