Shades of Dorado #6F625E
Tints of Dorado #6F625E
RGB
CMYK
RGB Variations
Color information
#6F625E (or 0x6F625E) is known color: Dorado. HEX triplet: 6F, 62 and 5E. RGB value is (111,98,94). Sum of RGB (Red+Green+Blue) = 111+98+94=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F625E is #909DA1. Grayscale: #656565. Windows color (decimal): -9477538 or 6185583. OLE color: 6185583.
HSL color Cylindrical-coordinate representation of color #6F625E: hue angle of 14.12º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F625E is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 94 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.56 |
| HSL | 14.12º | 0.08% | 0.4% | - |
| HSV(B) | 14.12º | 0.15% | 0.44% | - |
| XYZ | 12.94 | 12.92 | 12.4 | - |
| YUV | 101.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 94 | 0 | 0.12 | 0.15 | 0.56 | 14.12 | 0.08 | 0.4 |
| Hex | 6F | 62 | 5E | 0 | C | F | 38 | E | 8 | 28 |
| Octal | 157 | 142 | 136 | 0 | 14 | 17 | 70 | 16 | 10 | 50 |
| Binary | 1101111 | 1100010 | 1011110 | 0 | 1100 | 1111 | 111000 | 1110 | 1000 | 101000 |
Color Harmonies of #6F625E
Complementary color
Monochromatic Colors of #6F625E
Black with #6F625E
Text Example
Text Example
White with #6F625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F625E; }
p { color: rgb(111,98,94); }
H1.HeaderClassName
{
color: #6F625E;
}
.AnyTagClassName
{
color: #6F625E;
}
</style>
background-color css
<style>
a { background-color: #6F625E; }
a { background-color: rgb(111,98,94); }
div.DivClassName
{
background-color: #6F625E;
}
.BgClassName
{
background-color: #6F625E;
}
</style>
border-color css
<style>
span { border-color: #6F625E; }
span { border-color: rgb(111,98,94); }
td.TdClassName
{
border-color: #6F625E;
}
.TagClassName
{
border-color: #6F625E;
}
</style>