Shades of Dorado #6F594F
Tints of Dorado #6F594F
RGB
CMYK
RGB Variations
Color information
#6F594F (or 0x6F594F) is known color: Dorado. HEX triplet: 6F, 59 and 4F. RGB value is (111,89,79). Sum of RGB (Red+Green+Blue) = 111+89+79=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F594F is #90A6B0. Grayscale: #5E5E5E. Windows color (decimal): -9479857 or 5200239. OLE color: 5200239.
HSL color Cylindrical-coordinate representation of color #6F594F: hue angle of 18.75º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F594F is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 79 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.56 |
| HSL | 18.75º | 0.17% | 0.37% | - |
| HSV(B) | 18.75º | 0.29% | 0.44% | - |
| XYZ | 11.54 | 11.09 | 8.93 | - |
| YUV | 94.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 79 | 0 | 0.20 | 0.29 | 0.56 | 18.75 | 0.17 | 0.37 |
| Hex | 6F | 59 | 4F | 0 | 14 | 1D | 38 | 13 | 11 | 25 |
| Octal | 157 | 131 | 117 | 0 | 24 | 35 | 70 | 23 | 21 | 45 |
| Binary | 1101111 | 1011001 | 1001111 | 0 | 10100 | 11101 | 111000 | 10011 | 10001 | 100101 |
Color Harmonies of #6F594F
Complementary color
Monochromatic Colors of #6F594F
Black with #6F594F
Text Example
Text Example
White with #6F594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F594F; }
p { color: rgb(111,89,79); }
H1.HeaderClassName
{
color: #6F594F;
}
.AnyTagClassName
{
color: #6F594F;
}
</style>
background-color css
<style>
a { background-color: #6F594F; }
a { background-color: rgb(111,89,79); }
div.DivClassName
{
background-color: #6F594F;
}
.BgClassName
{
background-color: #6F594F;
}
</style>
border-color css
<style>
span { border-color: #6F594F; }
span { border-color: rgb(111,89,79); }
td.TdClassName
{
border-color: #6F594F;
}
.TagClassName
{
border-color: #6F594F;
}
</style>