Shades of Dorado #6D6967
Tints of Dorado #6D6967
RGB
CMYK
RGB Variations
Color information
#6D6967 (or 0x6D6967) is known color: Dorado. HEX triplet: 6D, 69 and 67. RGB value is (109,105,103). Sum of RGB (Red+Green+Blue) = 109+105+103=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6967 is #929698. Grayscale: #696969. Windows color (decimal): -9606809 or 6777197. OLE color: 6777197.
HSL color Cylindrical-coordinate representation of color #6D6967: hue angle of 20º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6D6967 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 103 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.57 |
| HSL | 20º | 0.03% | 0.42% | - |
| HSV(B) | 20º | 0.06% | 0.43% | - |
| XYZ | 13.81 | 14.33 | 14.87 | - |
| YUV | 105.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 103 | 0 | 0.04 | 0.06 | 0.57 | 20 | 0.03 | 0.42 |
| Hex | 6D | 69 | 67 | 0 | 4 | 6 | 39 | 14 | 3 | 2A |
| Octal | 155 | 151 | 147 | 0 | 4 | 6 | 71 | 24 | 3 | 52 |
| Binary | 1101101 | 1101001 | 1100111 | 0 | 100 | 110 | 111001 | 10100 | 11 | 101010 |
Color Harmonies of #6D6967
Complementary color
Monochromatic Colors of #6D6967
Black with #6D6967
Text Example
Text Example
White with #6D6967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6967; }
p { color: rgb(109,105,103); }
H1.HeaderClassName
{
color: #6D6967;
}
.AnyTagClassName
{
color: #6D6967;
}
</style>
background-color css
<style>
a { background-color: #6D6967; }
a { background-color: rgb(109,105,103); }
div.DivClassName
{
background-color: #6D6967;
}
.BgClassName
{
background-color: #6D6967;
}
</style>
border-color css
<style>
span { border-color: #6D6967; }
span { border-color: rgb(109,105,103); }
td.TdClassName
{
border-color: #6D6967;
}
.TagClassName
{
border-color: #6D6967;
}
</style>