Shades of Dorado #666361
Tints of Dorado #666361
RGB
CMYK
RGB Variations
Color information
#666361 (or 0x666361) is known color: Dorado. HEX triplet: 66, 63 and 61. RGB value is (102,99,97). Sum of RGB (Red+Green+Blue) = 102+99+97=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 102 - color contains mainly: red. Hex color #666361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666361 is #999C9E. Grayscale: #636363. Windows color (decimal): -10067103 or 6382438. OLE color: 6382438.
HSL color Cylindrical-coordinate representation of color #666361: hue angle of 24º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #666361 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 97 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.6 |
| HSL | 24º | 0.03% | 0.39% | - |
| HSV(B) | 24º | 0.05% | 0.4% | - |
| XYZ | 12.1 | 12.61 | 13.11 | - |
| YUV | 99.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 97 | 0 | 0.03 | 0.05 | 0.6 | 24 | 0.03 | 0.39 |
| Hex | 66 | 63 | 61 | 0 | 3 | 5 | 3C | 18 | 3 | 27 |
| Octal | 146 | 143 | 141 | 0 | 3 | 5 | 74 | 30 | 3 | 47 |
| Binary | 1100110 | 1100011 | 1100001 | 0 | 11 | 101 | 111100 | 11000 | 11 | 100111 |
Color Harmonies of #666361
Complementary color
Monochromatic Colors of #666361
Black with #666361
Text Example
Text Example
White with #666361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666361; }
p { color: rgb(102,99,97); }
H1.HeaderClassName
{
color: #666361;
}
.AnyTagClassName
{
color: #666361;
}
</style>
background-color css
<style>
a { background-color: #666361; }
a { background-color: rgb(102,99,97); }
div.DivClassName
{
background-color: #666361;
}
.BgClassName
{
background-color: #666361;
}
</style>
border-color css
<style>
span { border-color: #666361; }
span { border-color: rgb(102,99,97); }
td.TdClassName
{
border-color: #666361;
}
.TagClassName
{
border-color: #666361;
}
</style>