Shades of Olivetone #6A661C
Tints of Olivetone #6A661C
RGB
CMYK
RGB Variations
Color information
#6A661C (or 0x6A661C) is known color: Olivetone. HEX triplet: 6A, 66 and 1C. RGB value is (106,102,28). Sum of RGB (Red+Green+Blue) = 106+102+28=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 106 - color contains mainly: red. Hex color #6A661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A661C is #9599E3. Grayscale: #5F5F5F. Windows color (decimal): -9804260 or 1861226. OLE color: 1861226.
HSL color Cylindrical-coordinate representation of color #6A661C: hue angle of 56.92º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A661C is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 102 | 28 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.58 |
| HSL | 56.92º | 0.58% | 0.26% | - |
| HSV(B) | 56.92º | 0.74% | 0.42% | - |
| XYZ | 10.9 | 12.65 | 2.97 | - |
| YUV | 94.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 102 | 28 | 0 | 0.04 | 0.74 | 0.58 | 56.92 | 0.58 | 0.26 |
| Hex | 6A | 66 | 1C | 0 | 4 | 4A | 3A | 39 | 3A | 1A |
| Octal | 152 | 146 | 34 | 0 | 4 | 112 | 72 | 71 | 72 | 32 |
| Binary | 1101010 | 1100110 | 11100 | 0 | 100 | 1001010 | 111010 | 111001 | 111010 | 11010 |
Color Harmonies of #6A661C
Complementary color
Monochromatic Colors of #6A661C
Black with #6A661C
Text Example
Text Example
White with #6A661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A661C; }
p { color: rgb(106,102,28); }
H1.HeaderClassName
{
color: #6A661C;
}
.AnyTagClassName
{
color: #6A661C;
}
</style>
background-color css
<style>
a { background-color: #6A661C; }
a { background-color: rgb(106,102,28); }
div.DivClassName
{
background-color: #6A661C;
}
.BgClassName
{
background-color: #6A661C;
}
</style>
border-color css
<style>
span { border-color: #6A661C; }
span { border-color: rgb(106,102,28); }
td.TdClassName
{
border-color: #6A661C;
}
.TagClassName
{
border-color: #6A661C;
}
</style>