Shades of Dorado #665C58
Tints of Dorado #665C58
RGB
CMYK
RGB Variations
Color information
#665C58 (or 0x665C58) is known color: Dorado. HEX triplet: 66, 5C and 58. RGB value is (102,92,88). Sum of RGB (Red+Green+Blue) = 102+92+88=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #665C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C58 is #99A3A7. Grayscale: #5E5E5E. Windows color (decimal): -10068904 or 5790822. OLE color: 5790822.
HSL color Cylindrical-coordinate representation of color #665C58: hue angle of 17.14º 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 #665C58 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 88 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.6 |
| HSL | 17.14º | 0.07% | 0.37% | - |
| HSV(B) | 17.14º | 0.14% | 0.4% | - |
| XYZ | 11.07 | 11.18 | 10.81 | - |
| YUV | 94.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 88 | 0 | 0.10 | 0.14 | 0.6 | 17.14 | 0.07 | 0.37 |
| Hex | 66 | 5C | 58 | 0 | A | E | 3C | 11 | 7 | 25 |
| Octal | 146 | 134 | 130 | 0 | 12 | 16 | 74 | 21 | 7 | 45 |
| Binary | 1100110 | 1011100 | 1011000 | 0 | 1010 | 1110 | 111100 | 10001 | 111 | 100101 |
Color Harmonies of #665C58
Complementary color
Monochromatic Colors of #665C58
Black with #665C58
Text Example
Text Example
White with #665C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C58; }
p { color: rgb(102,92,88); }
H1.HeaderClassName
{
color: #665C58;
}
.AnyTagClassName
{
color: #665C58;
}
</style>
background-color css
<style>
a { background-color: #665C58; }
a { background-color: rgb(102,92,88); }
div.DivClassName
{
background-color: #665C58;
}
.BgClassName
{
background-color: #665C58;
}
</style>
border-color css
<style>
span { border-color: #665C58; }
span { border-color: rgb(102,92,88); }
td.TdClassName
{
border-color: #665C58;
}
.TagClassName
{
border-color: #665C58;
}
</style>