Shades of Dorado #665F5C
Tints of Dorado #665F5C
RGB
CMYK
RGB Variations
Color information
#665F5C (or 0x665F5C) is known color: Dorado. HEX triplet: 66, 5F and 5C. RGB value is (102,95,92). Sum of RGB (Red+Green+Blue) = 102+95+92=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #665F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F5C is #99A0A3. Grayscale: #606060. Windows color (decimal): -10068132 or 6053734. OLE color: 6053734.
HSL color Cylindrical-coordinate representation of color #665F5C: hue angle of 18º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #665F5C is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 92 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.6 |
| HSL | 18º | 0.05% | 0.38% | - |
| HSV(B) | 18º | 0.1% | 0.4% | - |
| XYZ | 11.5 | 11.78 | 11.79 | - |
| YUV | 96.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 92 | 0 | 0.07 | 0.10 | 0.6 | 18 | 0.05 | 0.38 |
| Hex | 66 | 5F | 5C | 0 | 7 | A | 3C | 12 | 5 | 26 |
| Octal | 146 | 137 | 134 | 0 | 7 | 12 | 74 | 22 | 5 | 46 |
| Binary | 1100110 | 1011111 | 1011100 | 0 | 111 | 1010 | 111100 | 10010 | 101 | 100110 |
Color Harmonies of #665F5C
Complementary color
Monochromatic Colors of #665F5C
Black with #665F5C
Text Example
Text Example
White with #665F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F5C; }
p { color: rgb(102,95,92); }
H1.HeaderClassName
{
color: #665F5C;
}
.AnyTagClassName
{
color: #665F5C;
}
</style>
background-color css
<style>
a { background-color: #665F5C; }
a { background-color: rgb(102,95,92); }
div.DivClassName
{
background-color: #665F5C;
}
.BgClassName
{
background-color: #665F5C;
}
</style>
border-color css
<style>
span { border-color: #665F5C; }
span { border-color: rgb(102,95,92); }
td.TdClassName
{
border-color: #665F5C;
}
.TagClassName
{
border-color: #665F5C;
}
</style>