Shades of Dorado #6F5D54
Tints of Dorado #6F5D54
RGB
CMYK
RGB Variations
Color information
#6F5D54 (or 0x6F5D54) is known color: Dorado. HEX triplet: 6F, 5D and 54. RGB value is (111,93,84). Sum of RGB (Red+Green+Blue) = 111+93+84=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D54 is #90A2AB. Grayscale: #616161. Windows color (decimal): -9478828 or 5528943. OLE color: 5528943.
HSL color Cylindrical-coordinate representation of color #6F5D54: hue angle of 20º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F5D54 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 84 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.56 |
| HSL | 20º | 0.14% | 0.38% | - |
| HSV(B) | 20º | 0.24% | 0.44% | - |
| XYZ | 12.07 | 11.85 | 10.04 | - |
| YUV | 97.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 84 | 0 | 0.16 | 0.24 | 0.56 | 20 | 0.14 | 0.38 |
| Hex | 6F | 5D | 54 | 0 | 10 | 18 | 38 | 14 | E | 26 |
| Octal | 157 | 135 | 124 | 0 | 20 | 30 | 70 | 24 | 16 | 46 |
| Binary | 1101111 | 1011101 | 1010100 | 0 | 10000 | 11000 | 111000 | 10100 | 1110 | 100110 |
Color Harmonies of #6F5D54
Complementary color
Monochromatic Colors of #6F5D54
Black with #6F5D54
Text Example
Text Example
White with #6F5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D54; }
p { color: rgb(111,93,84); }
H1.HeaderClassName
{
color: #6F5D54;
}
.AnyTagClassName
{
color: #6F5D54;
}
</style>
background-color css
<style>
a { background-color: #6F5D54; }
a { background-color: rgb(111,93,84); }
div.DivClassName
{
background-color: #6F5D54;
}
.BgClassName
{
background-color: #6F5D54;
}
</style>
border-color css
<style>
span { border-color: #6F5D54; }
span { border-color: rgb(111,93,84); }
td.TdClassName
{
border-color: #6F5D54;
}
.TagClassName
{
border-color: #6F5D54;
}
</style>