Shades of Dorado #67605D
Tints of Dorado #67605D
RGB
CMYK
RGB Variations
Color information
#67605D (or 0x67605D) is known color: Dorado. HEX triplet: 67, 60 and 5D. RGB value is (103,96,93). Sum of RGB (Red+Green+Blue) = 103+96+93=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 103 - color contains mainly: red. Hex color #67605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67605D is #989FA2. Grayscale: #616161. Windows color (decimal): -10002339 or 6119527. OLE color: 6119527.
HSL color Cylindrical-coordinate representation of color #67605D: 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 #67605D is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 96 | 93 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.60 |
| HSL | 18º | 0.05% | 0.38% | - |
| HSV(B) | 18º | 0.1% | 0.4% | - |
| XYZ | 11.75 | 12.04 | 12.06 | - |
| YUV | 97.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 93 | 0 | 0.07 | 0.10 | 0.60 | 18 | 0.05 | 0.38 |
| Hex | 67 | 60 | 5D | 0 | 7 | A | 3C | 12 | 5 | 26 |
| Octal | 147 | 140 | 135 | 0 | 7 | 12 | 74 | 22 | 5 | 46 |
| Binary | 1100111 | 1100000 | 1011101 | 0 | 111 | 1010 | 111100 | 10010 | 101 | 100110 |
Color Harmonies of #67605D
Complementary color
Monochromatic Colors of #67605D
Black with #67605D
Text Example
Text Example
White with #67605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67605D; }
p { color: rgb(103,96,93); }
H1.HeaderClassName
{
color: #67605D;
}
.AnyTagClassName
{
color: #67605D;
}
</style>
background-color css
<style>
a { background-color: #67605D; }
a { background-color: rgb(103,96,93); }
div.DivClassName
{
background-color: #67605D;
}
.BgClassName
{
background-color: #67605D;
}
</style>
border-color css
<style>
span { border-color: #67605D; }
span { border-color: rgb(103,96,93); }
td.TdClassName
{
border-color: #67605D;
}
.TagClassName
{
border-color: #67605D;
}
</style>