Shades of Dorado #6F584D
Tints of Dorado #6F584D
RGB
CMYK
RGB Variations
Color information
#6F584D (or 0x6F584D) is known color: Dorado. HEX triplet: 6F, 58 and 4D. RGB value is (111,88,77). Sum of RGB (Red+Green+Blue) = 111+88+77=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F584D is #90A7B2. Grayscale: #5D5D5D. Windows color (decimal): -9480115 or 5068911. OLE color: 5068911.
HSL color Cylindrical-coordinate representation of color #6F584D: hue angle of 19.41º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F584D is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 77 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.56 |
| HSL | 19.41º | 0.18% | 0.37% | - |
| HSV(B) | 19.41º | 0.31% | 0.44% | - |
| XYZ | 11.38 | 10.89 | 8.52 | - |
| YUV | 93.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 77 | 0 | 0.21 | 0.31 | 0.56 | 19.41 | 0.18 | 0.37 |
| Hex | 6F | 58 | 4D | 0 | 15 | 1F | 38 | 13 | 12 | 25 |
| Octal | 157 | 130 | 115 | 0 | 25 | 37 | 70 | 23 | 22 | 45 |
| Binary | 1101111 | 1011000 | 1001101 | 0 | 10101 | 11111 | 111000 | 10011 | 10010 | 100101 |
Color Harmonies of #6F584D
Complementary color
Monochromatic Colors of #6F584D
Black with #6F584D
Text Example
Text Example
White with #6F584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F584D; }
p { color: rgb(111,88,77); }
H1.HeaderClassName
{
color: #6F584D;
}
.AnyTagClassName
{
color: #6F584D;
}
</style>
background-color css
<style>
a { background-color: #6F584D; }
a { background-color: rgb(111,88,77); }
div.DivClassName
{
background-color: #6F584D;
}
.BgClassName
{
background-color: #6F584D;
}
</style>
border-color css
<style>
span { border-color: #6F584D; }
span { border-color: rgb(111,88,77); }
td.TdClassName
{
border-color: #6F584D;
}
.TagClassName
{
border-color: #6F584D;
}
</style>