Shades of Dorado #6F615B
Tints of Dorado #6F615B
RGB
CMYK
RGB Variations
Color information
#6F615B (or 0x6F615B) is known color: Dorado. HEX triplet: 6F, 61 and 5B. RGB value is (111,97,91). Sum of RGB (Red+Green+Blue) = 111+97+91=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F615B is #909EA4. Grayscale: #646464. Windows color (decimal): -9477797 or 5988719. OLE color: 5988719.
HSL color Cylindrical-coordinate representation of color #6F615B: hue angle of 18º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F615B is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 91 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.56 |
| HSL | 18º | 0.1% | 0.4% | - |
| HSV(B) | 18º | 0.18% | 0.44% | - |
| XYZ | 12.72 | 12.68 | 11.68 | - |
| YUV | 100.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 91 | 0 | 0.13 | 0.18 | 0.56 | 18 | 0.1 | 0.4 |
| Hex | 6F | 61 | 5B | 0 | D | 12 | 38 | 12 | A | 28 |
| Octal | 157 | 141 | 133 | 0 | 15 | 22 | 70 | 22 | 12 | 50 |
| Binary | 1101111 | 1100001 | 1011011 | 0 | 1101 | 10010 | 111000 | 10010 | 1010 | 101000 |
Color Harmonies of #6F615B
Complementary color
Monochromatic Colors of #6F615B
Black with #6F615B
Text Example
Text Example
White with #6F615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F615B; }
p { color: rgb(111,97,91); }
H1.HeaderClassName
{
color: #6F615B;
}
.AnyTagClassName
{
color: #6F615B;
}
</style>
background-color css
<style>
a { background-color: #6F615B; }
a { background-color: rgb(111,97,91); }
div.DivClassName
{
background-color: #6F615B;
}
.BgClassName
{
background-color: #6F615B;
}
</style>
border-color css
<style>
span { border-color: #6F615B; }
span { border-color: rgb(111,97,91); }
td.TdClassName
{
border-color: #6F615B;
}
.TagClassName
{
border-color: #6F615B;
}
</style>