Shades of Dorado #68615C
Tints of Dorado #68615C
RGB
CMYK
RGB Variations
Color information
#68615C (or 0x68615C) is known color: Dorado. HEX triplet: 68, 61 and 5C. RGB value is (104,97,92). Sum of RGB (Red+Green+Blue) = 104+97+92=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #68615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68615C is #979EA3. Grayscale: #626262. Windows color (decimal): -9936548 or 6054248. OLE color: 6054248.
HSL color Cylindrical-coordinate representation of color #68615C: hue angle of 25º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68615C is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 92 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.59 |
| HSL | 25º | 0.06% | 0.38% | - |
| HSV(B) | 25º | 0.12% | 0.41% | - |
| XYZ | 11.92 | 12.27 | 11.86 | - |
| YUV | 98.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 92 | 0 | 0.07 | 0.12 | 0.59 | 25 | 0.06 | 0.38 |
| Hex | 68 | 61 | 5C | 0 | 7 | C | 3B | 19 | 6 | 26 |
| Octal | 150 | 141 | 134 | 0 | 7 | 14 | 73 | 31 | 6 | 46 |
| Binary | 1101000 | 1100001 | 1011100 | 0 | 111 | 1100 | 111011 | 11001 | 110 | 100110 |
Color Harmonies of #68615C
Complementary color
Monochromatic Colors of #68615C
Black with #68615C
Text Example
Text Example
White with #68615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68615C; }
p { color: rgb(104,97,92); }
H1.HeaderClassName
{
color: #68615C;
}
.AnyTagClassName
{
color: #68615C;
}
</style>
background-color css
<style>
a { background-color: #68615C; }
a { background-color: rgb(104,97,92); }
div.DivClassName
{
background-color: #68615C;
}
.BgClassName
{
background-color: #68615C;
}
</style>
border-color css
<style>
span { border-color: #68615C; }
span { border-color: rgb(104,97,92); }
td.TdClassName
{
border-color: #68615C;
}
.TagClassName
{
border-color: #68615C;
}
</style>