Shades of Dorado #6F5750
Tints of Dorado #6F5750
RGB
CMYK
RGB Variations
Color information
#6F5750 (or 0x6F5750) is known color: Dorado. HEX triplet: 6F, 57 and 50. RGB value is (111,87,80). Sum of RGB (Red+Green+Blue) = 111+87+80=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5750 is #90A8AF. Grayscale: #5D5D5D. Windows color (decimal): -9480368 or 5265263. OLE color: 5265263.
HSL color Cylindrical-coordinate representation of color #6F5750: hue angle of 13.55º 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 #6F5750 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 80 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.56 |
| HSL | 13.55º | 0.16% | 0.37% | - |
| HSV(B) | 13.55º | 0.28% | 0.44% | - |
| XYZ | 11.41 | 10.78 | 9.07 | - |
| YUV | 93.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 80 | 0 | 0.22 | 0.28 | 0.56 | 13.55 | 0.16 | 0.37 |
| Hex | 6F | 57 | 50 | 0 | 16 | 1C | 38 | E | 10 | 25 |
| Octal | 157 | 127 | 120 | 0 | 26 | 34 | 70 | 16 | 20 | 45 |
| Binary | 1101111 | 1010111 | 1010000 | 0 | 10110 | 11100 | 111000 | 1110 | 10000 | 100101 |
Color Harmonies of #6F5750
Complementary color
Monochromatic Colors of #6F5750
Black with #6F5750
Text Example
Text Example
White with #6F5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5750; }
p { color: rgb(111,87,80); }
H1.HeaderClassName
{
color: #6F5750;
}
.AnyTagClassName
{
color: #6F5750;
}
</style>
background-color css
<style>
a { background-color: #6F5750; }
a { background-color: rgb(111,87,80); }
div.DivClassName
{
background-color: #6F5750;
}
.BgClassName
{
background-color: #6F5750;
}
</style>
border-color css
<style>
span { border-color: #6F5750; }
span { border-color: rgb(111,87,80); }
td.TdClassName
{
border-color: #6F5750;
}
.TagClassName
{
border-color: #6F5750;
}
</style>