Shades of Dorado #67615D
Tints of Dorado #67615D
RGB
CMYK
RGB Variations
Color information
#67615D (or 0x67615D) is known color: Dorado. HEX triplet: 67, 61 and 5D. RGB value is (103,97,93). Sum of RGB (Red+Green+Blue) = 103+97+93=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 103 - color contains mainly: red. Hex color #67615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67615D is #989EA2. Grayscale: #626262. Windows color (decimal): -10002083 or 6119783. OLE color: 6119783.
HSL color Cylindrical-coordinate representation of color #67615D: hue angle of 24º 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 #67615D is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 93 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.60 |
| HSL | 24º | 0.05% | 0.38% | - |
| HSV(B) | 24º | 0.1% | 0.4% | - |
| XYZ | 11.84 | 12.22 | 12.09 | - |
| YUV | 98.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 93 | 0 | 0.06 | 0.10 | 0.60 | 24 | 0.05 | 0.38 |
| Hex | 67 | 61 | 5D | 0 | 6 | A | 3C | 18 | 5 | 26 |
| Octal | 147 | 141 | 135 | 0 | 6 | 12 | 74 | 30 | 5 | 46 |
| Binary | 1100111 | 1100001 | 1011101 | 0 | 110 | 1010 | 111100 | 11000 | 101 | 100110 |
Color Harmonies of #67615D
Complementary color
Monochromatic Colors of #67615D
Black with #67615D
Text Example
Text Example
White with #67615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67615D; }
p { color: rgb(103,97,93); }
H1.HeaderClassName
{
color: #67615D;
}
.AnyTagClassName
{
color: #67615D;
}
</style>
background-color css
<style>
a { background-color: #67615D; }
a { background-color: rgb(103,97,93); }
div.DivClassName
{
background-color: #67615D;
}
.BgClassName
{
background-color: #67615D;
}
</style>
border-color css
<style>
span { border-color: #67615D; }
span { border-color: rgb(103,97,93); }
td.TdClassName
{
border-color: #67615D;
}
.TagClassName
{
border-color: #67615D;
}
</style>