Shades of Dorado #6F5E59
Tints of Dorado #6F5E59
RGB
CMYK
RGB Variations
Color information
#6F5E59 (or 0x6F5E59) is known color: Dorado. HEX triplet: 6F, 5E and 59. RGB value is (111,94,89). Sum of RGB (Red+Green+Blue) = 111+94+89=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E59 is #90A1A6. Grayscale: #626262. Windows color (decimal): -9478567 or 5856879. OLE color: 5856879.
HSL color Cylindrical-coordinate representation of color #6F5E59: hue angle of 13.64º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F5E59 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 89 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.56 |
| HSL | 13.64º | 0.11% | 0.39% | - |
| HSV(B) | 13.64º | 0.2% | 0.44% | - |
| XYZ | 12.36 | 12.11 | 11.14 | - |
| YUV | 98.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 89 | 0 | 0.15 | 0.20 | 0.56 | 13.64 | 0.11 | 0.39 |
| Hex | 6F | 5E | 59 | 0 | F | 14 | 38 | E | B | 27 |
| Octal | 157 | 136 | 131 | 0 | 17 | 24 | 70 | 16 | 13 | 47 |
| Binary | 1101111 | 1011110 | 1011001 | 0 | 1111 | 10100 | 111000 | 1110 | 1011 | 100111 |
Color Harmonies of #6F5E59
Complementary color
Monochromatic Colors of #6F5E59
Black with #6F5E59
Text Example
Text Example
White with #6F5E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E59; }
p { color: rgb(111,94,89); }
H1.HeaderClassName
{
color: #6F5E59;
}
.AnyTagClassName
{
color: #6F5E59;
}
</style>
background-color css
<style>
a { background-color: #6F5E59; }
a { background-color: rgb(111,94,89); }
div.DivClassName
{
background-color: #6F5E59;
}
.BgClassName
{
background-color: #6F5E59;
}
</style>
border-color css
<style>
span { border-color: #6F5E59; }
span { border-color: rgb(111,94,89); }
td.TdClassName
{
border-color: #6F5E59;
}
.TagClassName
{
border-color: #6F5E59;
}
</style>