Shades of Olivetone #6A661B
Tints of Olivetone #6A661B
RGB
CMYK
RGB Variations
Color information
#6A661B (or 0x6A661B) is known color: Olivetone. HEX triplet: 6A, 66 and 1B. RGB value is (106,102,27). Sum of RGB (Red+Green+Blue) = 106+102+27=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 106 - color contains mainly: red. Hex color #6A661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A661B is #9599E4. Grayscale: #5E5E5E. Windows color (decimal): -9804261 or 1795690. OLE color: 1795690.
HSL color Cylindrical-coordinate representation of color #6A661B: hue angle of 56.96º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A661B is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 102 | 27 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.58 |
| HSL | 56.96º | 0.59% | 0.26% | - |
| HSV(B) | 56.96º | 0.75% | 0.42% | - |
| XYZ | 10.89 | 12.65 | 2.9 | - |
| YUV | 94.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 102 | 27 | 0 | 0.04 | 0.75 | 0.58 | 56.96 | 0.59 | 0.26 |
| Hex | 6A | 66 | 1B | 0 | 4 | 4B | 3A | 39 | 3B | 1A |
| Octal | 152 | 146 | 33 | 0 | 4 | 113 | 72 | 71 | 73 | 32 |
| Binary | 1101010 | 1100110 | 11011 | 0 | 100 | 1001011 | 111010 | 111001 | 111011 | 11010 |
Color Harmonies of #6A661B
Complementary color
Monochromatic Colors of #6A661B
Black with #6A661B
Text Example
Text Example
White with #6A661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A661B; }
p { color: rgb(106,102,27); }
H1.HeaderClassName
{
color: #6A661B;
}
.AnyTagClassName
{
color: #6A661B;
}
</style>
background-color css
<style>
a { background-color: #6A661B; }
a { background-color: rgb(106,102,27); }
div.DivClassName
{
background-color: #6A661B;
}
.BgClassName
{
background-color: #6A661B;
}
</style>
border-color css
<style>
span { border-color: #6A661B; }
span { border-color: rgb(106,102,27); }
td.TdClassName
{
border-color: #6A661B;
}
.TagClassName
{
border-color: #6A661B;
}
</style>