Shades of Dorado #6A635F
Tints of Dorado #6A635F
RGB
CMYK
RGB Variations
Color information
#6A635F (or 0x6A635F) is known color: Dorado. HEX triplet: 6A, 63 and 5F. RGB value is (106,99,95). Sum of RGB (Red+Green+Blue) = 106+99+95=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 106 - color contains mainly: red. Hex color #6A635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A635F is #959CA0. Grayscale: #646464. Windows color (decimal): -9804961 or 6251370. OLE color: 6251370.
HSL color Cylindrical-coordinate representation of color #6A635F: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A635F is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 99 | 95 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.58 |
| HSL | 21.82º | 0.05% | 0.39% | - |
| HSV(B) | 21.82º | 0.1% | 0.42% | - |
| XYZ | 12.47 | 12.81 | 12.64 | - |
| YUV | 100.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 95 | 0 | 0.07 | 0.10 | 0.58 | 21.82 | 0.05 | 0.39 |
| Hex | 6A | 63 | 5F | 0 | 7 | A | 3A | 16 | 5 | 27 |
| Octal | 152 | 143 | 137 | 0 | 7 | 12 | 72 | 26 | 5 | 47 |
| Binary | 1101010 | 1100011 | 1011111 | 0 | 111 | 1010 | 111010 | 10110 | 101 | 100111 |
Color Harmonies of #6A635F
Complementary color
Monochromatic Colors of #6A635F
Black with #6A635F
Text Example
Text Example
White with #6A635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A635F; }
p { color: rgb(106,99,95); }
H1.HeaderClassName
{
color: #6A635F;
}
.AnyTagClassName
{
color: #6A635F;
}
</style>
background-color css
<style>
a { background-color: #6A635F; }
a { background-color: rgb(106,99,95); }
div.DivClassName
{
background-color: #6A635F;
}
.BgClassName
{
background-color: #6A635F;
}
</style>
border-color css
<style>
span { border-color: #6A635F; }
span { border-color: rgb(106,99,95); }
td.TdClassName
{
border-color: #6A635F;
}
.TagClassName
{
border-color: #6A635F;
}
</style>