Shades of Dorado #6F5950
Tints of Dorado #6F5950
RGB
CMYK
RGB Variations
Color information
#6F5950 (or 0x6F5950) is known color: Dorado. HEX triplet: 6F, 59 and 50. RGB value is (111,89,80). Sum of RGB (Red+Green+Blue) = 111+89+80=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5950 is #90A6AF. Grayscale: #5E5E5E. Windows color (decimal): -9479856 or 5265775. OLE color: 5265775.
HSL color Cylindrical-coordinate representation of color #6F5950: hue angle of 17.42º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5950 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 80 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.56 |
| HSL | 17.42º | 0.16% | 0.37% | - |
| HSV(B) | 17.42º | 0.28% | 0.44% | - |
| XYZ | 11.58 | 11.1 | 9.12 | - |
| YUV | 94.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 80 | 0 | 0.20 | 0.28 | 0.56 | 17.42 | 0.16 | 0.37 |
| Hex | 6F | 59 | 50 | 0 | 14 | 1C | 38 | 11 | 10 | 25 |
| Octal | 157 | 131 | 120 | 0 | 24 | 34 | 70 | 21 | 20 | 45 |
| Binary | 1101111 | 1011001 | 1010000 | 0 | 10100 | 11100 | 111000 | 10001 | 10000 | 100101 |
Color Harmonies of #6F5950
Complementary color
Monochromatic Colors of #6F5950
Black with #6F5950
Text Example
Text Example
White with #6F5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5950; }
p { color: rgb(111,89,80); }
H1.HeaderClassName
{
color: #6F5950;
}
.AnyTagClassName
{
color: #6F5950;
}
</style>
background-color css
<style>
a { background-color: #6F5950; }
a { background-color: rgb(111,89,80); }
div.DivClassName
{
background-color: #6F5950;
}
.BgClassName
{
background-color: #6F5950;
}
</style>
border-color css
<style>
span { border-color: #6F5950; }
span { border-color: rgb(111,89,80); }
td.TdClassName
{
border-color: #6F5950;
}
.TagClassName
{
border-color: #6F5950;
}
</style>