Shades of Dorado #6F625B
Tints of Dorado #6F625B
RGB
CMYK
RGB Variations
Color information
#6F625B (or 0x6F625B) is known color: Dorado. HEX triplet: 6F, 62 and 5B. RGB value is (111,98,91). Sum of RGB (Red+Green+Blue) = 111+98+91=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F625B is #909DA4. Grayscale: #656565. Windows color (decimal): -9477541 or 5988975. OLE color: 5988975.
HSL color Cylindrical-coordinate representation of color #6F625B: hue angle of 21º 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 #6F625B is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 91 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.56 |
| HSL | 21º | 0.1% | 0.4% | - |
| HSV(B) | 21º | 0.18% | 0.44% | - |
| XYZ | 12.81 | 12.87 | 11.71 | - |
| YUV | 101.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 91 | 0 | 0.12 | 0.18 | 0.56 | 21 | 0.1 | 0.4 |
| Hex | 6F | 62 | 5B | 0 | C | 12 | 38 | 15 | A | 28 |
| Octal | 157 | 142 | 133 | 0 | 14 | 22 | 70 | 25 | 12 | 50 |
| Binary | 1101111 | 1100010 | 1011011 | 0 | 1100 | 10010 | 111000 | 10101 | 1010 | 101000 |
Color Harmonies of #6F625B
Complementary color
Monochromatic Colors of #6F625B
Black with #6F625B
Text Example
Text Example
White with #6F625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F625B; }
p { color: rgb(111,98,91); }
H1.HeaderClassName
{
color: #6F625B;
}
.AnyTagClassName
{
color: #6F625B;
}
</style>
background-color css
<style>
a { background-color: #6F625B; }
a { background-color: rgb(111,98,91); }
div.DivClassName
{
background-color: #6F625B;
}
.BgClassName
{
background-color: #6F625B;
}
</style>
border-color css
<style>
span { border-color: #6F625B; }
span { border-color: rgb(111,98,91); }
td.TdClassName
{
border-color: #6F625B;
}
.TagClassName
{
border-color: #6F625B;
}
</style>