Shades of Dorado #6F5F59
Tints of Dorado #6F5F59
RGB
CMYK
RGB Variations
Color information
#6F5F59 (or 0x6F5F59) is known color: Dorado. HEX triplet: 6F, 5F and 59. RGB value is (111,95,89). Sum of RGB (Red+Green+Blue) = 111+95+89=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F59 is #90A0A6. Grayscale: #636363. Windows color (decimal): -9478311 or 5857135. OLE color: 5857135.
HSL color Cylindrical-coordinate representation of color #6F5F59: hue angle of 16.36º 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 #6F5F59 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 89 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.56 |
| HSL | 16.36º | 0.11% | 0.39% | - |
| HSV(B) | 16.36º | 0.2% | 0.44% | - |
| XYZ | 12.45 | 12.29 | 11.17 | - |
| YUV | 99.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 89 | 0 | 0.14 | 0.20 | 0.56 | 16.36 | 0.11 | 0.39 |
| Hex | 6F | 5F | 59 | 0 | E | 14 | 38 | 10 | B | 27 |
| Octal | 157 | 137 | 131 | 0 | 16 | 24 | 70 | 20 | 13 | 47 |
| Binary | 1101111 | 1011111 | 1011001 | 0 | 1110 | 10100 | 111000 | 10000 | 1011 | 100111 |
Color Harmonies of #6F5F59
Complementary color
Monochromatic Colors of #6F5F59
Black with #6F5F59
Text Example
Text Example
White with #6F5F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F59; }
p { color: rgb(111,95,89); }
H1.HeaderClassName
{
color: #6F5F59;
}
.AnyTagClassName
{
color: #6F5F59;
}
</style>
background-color css
<style>
a { background-color: #6F5F59; }
a { background-color: rgb(111,95,89); }
div.DivClassName
{
background-color: #6F5F59;
}
.BgClassName
{
background-color: #6F5F59;
}
</style>
border-color css
<style>
span { border-color: #6F5F59; }
span { border-color: rgb(111,95,89); }
td.TdClassName
{
border-color: #6F5F59;
}
.TagClassName
{
border-color: #6F5F59;
}
</style>