Shades of Dorado #6F5B52
Tints of Dorado #6F5B52
RGB
CMYK
RGB Variations
Color information
#6F5B52 (or 0x6F5B52) is known color: Dorado. HEX triplet: 6F, 5B and 52. RGB value is (111,91,82). Sum of RGB (Red+Green+Blue) = 111+91+82=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B52 is #90A4AD. Grayscale: #606060. Windows color (decimal): -9479342 or 5397359. OLE color: 5397359.
HSL color Cylindrical-coordinate representation of color #6F5B52: hue angle of 18.62º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5B52 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 82 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.56 |
| HSL | 18.62º | 0.15% | 0.38% | - |
| HSV(B) | 18.62º | 0.26% | 0.44% | - |
| XYZ | 11.82 | 11.47 | 9.57 | - |
| YUV | 95.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 82 | 0 | 0.18 | 0.26 | 0.56 | 18.62 | 0.15 | 0.38 |
| Hex | 6F | 5B | 52 | 0 | 12 | 1A | 38 | 13 | F | 26 |
| Octal | 157 | 133 | 122 | 0 | 22 | 32 | 70 | 23 | 17 | 46 |
| Binary | 1101111 | 1011011 | 1010010 | 0 | 10010 | 11010 | 111000 | 10011 | 1111 | 100110 |
Color Harmonies of #6F5B52
Complementary color
Monochromatic Colors of #6F5B52
Black with #6F5B52
Text Example
Text Example
White with #6F5B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B52; }
p { color: rgb(111,91,82); }
H1.HeaderClassName
{
color: #6F5B52;
}
.AnyTagClassName
{
color: #6F5B52;
}
</style>
background-color css
<style>
a { background-color: #6F5B52; }
a { background-color: rgb(111,91,82); }
div.DivClassName
{
background-color: #6F5B52;
}
.BgClassName
{
background-color: #6F5B52;
}
</style>
border-color css
<style>
span { border-color: #6F5B52; }
span { border-color: rgb(111,91,82); }
td.TdClassName
{
border-color: #6F5B52;
}
.TagClassName
{
border-color: #6F5B52;
}
</style>