Shades of Dorado #67615E
Tints of Dorado #67615E
RGB
CMYK
RGB Variations
Color information
#67615E (or 0x67615E) is known color: Dorado. HEX triplet: 67, 61 and 5E. RGB value is (103,97,94). Sum of RGB (Red+Green+Blue) = 103+97+94=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 103 - color contains mainly: red. Hex color #67615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67615E is #989EA1. Grayscale: #626262. Windows color (decimal): -10002082 or 6185319. OLE color: 6185319.
HSL color Cylindrical-coordinate representation of color #67615E: hue angle of 20º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #67615E is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 94 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.60 |
| HSL | 20º | 0.05% | 0.39% | - |
| HSV(B) | 20º | 0.09% | 0.4% | - |
| XYZ | 11.89 | 12.24 | 12.33 | - |
| YUV | 98.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 94 | 0 | 0.06 | 0.09 | 0.60 | 20 | 0.05 | 0.39 |
| Hex | 67 | 61 | 5E | 0 | 6 | 9 | 3C | 14 | 5 | 27 |
| Octal | 147 | 141 | 136 | 0 | 6 | 11 | 74 | 24 | 5 | 47 |
| Binary | 1100111 | 1100001 | 1011110 | 0 | 110 | 1001 | 111100 | 10100 | 101 | 100111 |
Color Harmonies of #67615E
Complementary color
Monochromatic Colors of #67615E
Black with #67615E
Text Example
Text Example
White with #67615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67615E; }
p { color: rgb(103,97,94); }
H1.HeaderClassName
{
color: #67615E;
}
.AnyTagClassName
{
color: #67615E;
}
</style>
background-color css
<style>
a { background-color: #67615E; }
a { background-color: rgb(103,97,94); }
div.DivClassName
{
background-color: #67615E;
}
.BgClassName
{
background-color: #67615E;
}
</style>
border-color css
<style>
span { border-color: #67615E; }
span { border-color: rgb(103,97,94); }
td.TdClassName
{
border-color: #67615E;
}
.TagClassName
{
border-color: #67615E;
}
</style>