Shades of Olivetone #6A682B
Tints of Olivetone #6A682B
RGB
CMYK
RGB Variations
Color information
#6A682B (or 0x6A682B) is known color: Olivetone. HEX triplet: 6A, 68 and 2B. RGB value is (106,104,43). Sum of RGB (Red+Green+Blue) = 106+104+43=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 106 - color contains mainly: red. Hex color #6A682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A682B is #9597D4. Grayscale: #616161. Windows color (decimal): -9803733 or 2844778. OLE color: 2844778.
HSL color Cylindrical-coordinate representation of color #6A682B: hue angle of 58.1º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A682B is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 104 | 43 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.58 |
| HSL | 58.1º | 0.42% | 0.29% | - |
| HSV(B) | 58.1º | 0.59% | 0.42% | - |
| XYZ | 11.33 | 13.14 | 4.22 | - |
| YUV | 97.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 43 | 0 | 0.02 | 0.59 | 0.58 | 58.1 | 0.42 | 0.29 |
| Hex | 6A | 68 | 2B | 0 | 2 | 3B | 3A | 3A | 2A | 1D |
| Octal | 152 | 150 | 53 | 0 | 2 | 73 | 72 | 72 | 52 | 35 |
| Binary | 1101010 | 1101000 | 101011 | 0 | 10 | 111011 | 111010 | 111010 | 101010 | 11101 |
Color Harmonies of #6A682B
Complementary color
Monochromatic Colors of #6A682B
Black with #6A682B
Text Example
Text Example
White with #6A682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A682B; }
p { color: rgb(106,104,43); }
H1.HeaderClassName
{
color: #6A682B;
}
.AnyTagClassName
{
color: #6A682B;
}
</style>
background-color css
<style>
a { background-color: #6A682B; }
a { background-color: rgb(106,104,43); }
div.DivClassName
{
background-color: #6A682B;
}
.BgClassName
{
background-color: #6A682B;
}
</style>
border-color css
<style>
span { border-color: #6A682B; }
span { border-color: rgb(106,104,43); }
td.TdClassName
{
border-color: #6A682B;
}
.TagClassName
{
border-color: #6A682B;
}
</style>