Shades of Olivetone #6A661A
Tints of Olivetone #6A661A
RGB
CMYK
RGB Variations
Color information
#6A661A (or 0x6A661A) is known color: Olivetone. HEX triplet: 6A, 66 and 1A. RGB value is (106,102,26). Sum of RGB (Red+Green+Blue) = 106+102+26=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 106 - color contains mainly: red. Hex color #6A661A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A661A is #9599E5. Grayscale: #5E5E5E. Windows color (decimal): -9804262 or 1730154. OLE color: 1730154.
HSL color Cylindrical-coordinate representation of color #6A661A: hue angle of 57º degrees, saturation: 0.61, 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 #6A661A is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 102 | 26 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.58 |
| HSL | 57º | 0.61% | 0.26% | - |
| HSV(B) | 57º | 0.75% | 0.42% | - |
| XYZ | 10.88 | 12.64 | 2.84 | - |
| YUV | 94.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 102 | 26 | 0 | 0.04 | 0.75 | 0.58 | 57 | 0.61 | 0.26 |
| Hex | 6A | 66 | 1A | 0 | 4 | 4B | 3A | 39 | 3D | 1A |
| Octal | 152 | 146 | 32 | 0 | 4 | 113 | 72 | 71 | 75 | 32 |
| Binary | 1101010 | 1100110 | 11010 | 0 | 100 | 1001011 | 111010 | 111001 | 111101 | 11010 |
Color Harmonies of #6A661A
Complementary color
Monochromatic Colors of #6A661A
Black with #6A661A
Text Example
Text Example
White with #6A661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A661A; }
p { color: rgb(106,102,26); }
H1.HeaderClassName
{
color: #6A661A;
}
.AnyTagClassName
{
color: #6A661A;
}
</style>
background-color css
<style>
a { background-color: #6A661A; }
a { background-color: rgb(106,102,26); }
div.DivClassName
{
background-color: #6A661A;
}
.BgClassName
{
background-color: #6A661A;
}
</style>
border-color css
<style>
span { border-color: #6A661A; }
span { border-color: rgb(106,102,26); }
td.TdClassName
{
border-color: #6A661A;
}
.TagClassName
{
border-color: #6A661A;
}
</style>