Shades of Dorado #665853
Tints of Dorado #665853
RGB
CMYK
RGB Variations
Color information
#665853 (or 0x665853) is known color: Dorado. HEX triplet: 66, 58 and 53. RGB value is (102,88,83). Sum of RGB (Red+Green+Blue) = 102+88+83=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #665853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665853 is #99A7AC. Grayscale: #5B5B5B. Windows color (decimal): -10069933 or 5462118. OLE color: 5462118.
HSL color Cylindrical-coordinate representation of color #665853: hue angle of 15.79º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #665853 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 83 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.6 |
| HSL | 15.79º | 0.1% | 0.36% | - |
| HSV(B) | 15.79º | 0.19% | 0.4% | - |
| XYZ | 10.53 | 10.43 | 9.64 | - |
| YUV | 91.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 83 | 0 | 0.14 | 0.19 | 0.6 | 15.79 | 0.1 | 0.36 |
| Hex | 66 | 58 | 53 | 0 | E | 13 | 3C | 10 | A | 24 |
| Octal | 146 | 130 | 123 | 0 | 16 | 23 | 74 | 20 | 12 | 44 |
| Binary | 1100110 | 1011000 | 1010011 | 0 | 1110 | 10011 | 111100 | 10000 | 1010 | 100100 |
Color Harmonies of #665853
Complementary color
Monochromatic Colors of #665853
Black with #665853
Text Example
Text Example
White with #665853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665853; }
p { color: rgb(102,88,83); }
H1.HeaderClassName
{
color: #665853;
}
.AnyTagClassName
{
color: #665853;
}
</style>
background-color css
<style>
a { background-color: #665853; }
a { background-color: rgb(102,88,83); }
div.DivClassName
{
background-color: #665853;
}
.BgClassName
{
background-color: #665853;
}
</style>
border-color css
<style>
span { border-color: #665853; }
span { border-color: rgb(102,88,83); }
td.TdClassName
{
border-color: #665853;
}
.TagClassName
{
border-color: #665853;
}
</style>