Shades of Dorado #6F5953
Tints of Dorado #6F5953
RGB
CMYK
RGB Variations
Color information
#6F5953 (or 0x6F5953) is known color: Dorado. HEX triplet: 6F, 59 and 53. RGB value is (111,89,83). Sum of RGB (Red+Green+Blue) = 111+89+83=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5953 is #90A6AC. Grayscale: #5E5E5E. Windows color (decimal): -9479853 or 5462383. OLE color: 5462383.
HSL color Cylindrical-coordinate representation of color #6F5953: hue angle of 12.86º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F5953 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 83 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.56 |
| HSL | 12.86º | 0.14% | 0.38% | - |
| HSV(B) | 12.86º | 0.25% | 0.44% | - |
| XYZ | 11.69 | 11.15 | 9.72 | - |
| YUV | 94.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 83 | 0 | 0.20 | 0.25 | 0.56 | 12.86 | 0.14 | 0.38 |
| Hex | 6F | 59 | 53 | 0 | 14 | 19 | 38 | D | E | 26 |
| Octal | 157 | 131 | 123 | 0 | 24 | 31 | 70 | 15 | 16 | 46 |
| Binary | 1101111 | 1011001 | 1010011 | 0 | 10100 | 11001 | 111000 | 1101 | 1110 | 100110 |
Color Harmonies of #6F5953
Complementary color
Monochromatic Colors of #6F5953
Black with #6F5953
Text Example
Text Example
White with #6F5953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5953; }
p { color: rgb(111,89,83); }
H1.HeaderClassName
{
color: #6F5953;
}
.AnyTagClassName
{
color: #6F5953;
}
</style>
background-color css
<style>
a { background-color: #6F5953; }
a { background-color: rgb(111,89,83); }
div.DivClassName
{
background-color: #6F5953;
}
.BgClassName
{
background-color: #6F5953;
}
</style>
border-color css
<style>
span { border-color: #6F5953; }
span { border-color: rgb(111,89,83); }
td.TdClassName
{
border-color: #6F5953;
}
.TagClassName
{
border-color: #6F5953;
}
</style>