Shades of Dorado #665F5D
Tints of Dorado #665F5D
RGB
CMYK
RGB Variations
Color information
#665F5D (or 0x665F5D) is known color: Dorado. HEX triplet: 66, 5F and 5D. RGB value is (102,95,93). Sum of RGB (Red+Green+Blue) = 102+95+93=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 102 - color contains mainly: red. Hex color #665F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F5D is #99A0A2. Grayscale: #606060. Windows color (decimal): -10068131 or 6119270. OLE color: 6119270.
HSL color Cylindrical-coordinate representation of color #665F5D: hue angle of 13.33º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #665F5D is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 93 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.6 |
| HSL | 13.33º | 0.05% | 0.38% | - |
| HSV(B) | 13.33º | 0.09% | 0.4% | - |
| XYZ | 11.55 | 11.8 | 12.02 | - |
| YUV | 96.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 93 | 0 | 0.07 | 0.09 | 0.6 | 13.33 | 0.05 | 0.38 |
| Hex | 66 | 5F | 5D | 0 | 7 | 9 | 3C | D | 5 | 26 |
| Octal | 146 | 137 | 135 | 0 | 7 | 11 | 74 | 15 | 5 | 46 |
| Binary | 1100110 | 1011111 | 1011101 | 0 | 111 | 1001 | 111100 | 1101 | 101 | 100110 |
Color Harmonies of #665F5D
Complementary color
Monochromatic Colors of #665F5D
Black with #665F5D
Text Example
Text Example
White with #665F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F5D; }
p { color: rgb(102,95,93); }
H1.HeaderClassName
{
color: #665F5D;
}
.AnyTagClassName
{
color: #665F5D;
}
</style>
background-color css
<style>
a { background-color: #665F5D; }
a { background-color: rgb(102,95,93); }
div.DivClassName
{
background-color: #665F5D;
}
.BgClassName
{
background-color: #665F5D;
}
</style>
border-color css
<style>
span { border-color: #665F5D; }
span { border-color: rgb(102,95,93); }
td.TdClassName
{
border-color: #665F5D;
}
.TagClassName
{
border-color: #665F5D;
}
</style>