Shades of Olivetone #6D691F
Tints of Olivetone #6D691F
RGB
CMYK
RGB Variations
Color information
#6D691F (or 0x6D691F) is known color: Olivetone. HEX triplet: 6D, 69 and 1F. RGB value is (109,105,31). Sum of RGB (Red+Green+Blue) = 109+105+31=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D691F is #9296E0. Grayscale: #626262. Windows color (decimal): -9606881 or 2058605. OLE color: 2058605.
HSL color Cylindrical-coordinate representation of color #6D691F: hue angle of 56.92º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D691F is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 31 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.57 |
| HSL | 56.92º | 0.56% | 0.27% | - |
| HSV(B) | 56.92º | 0.72% | 0.43% | - |
| XYZ | 11.61 | 13.45 | 3.28 | - |
| YUV | 97.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 31 | 0 | 0.04 | 0.72 | 0.57 | 56.92 | 0.56 | 0.27 |
| Hex | 6D | 69 | 1F | 0 | 4 | 48 | 39 | 39 | 38 | 1B |
| Octal | 155 | 151 | 37 | 0 | 4 | 110 | 71 | 71 | 70 | 33 |
| Binary | 1101101 | 1101001 | 11111 | 0 | 100 | 1001000 | 111001 | 111001 | 111000 | 11011 |
Color Harmonies of #6D691F
Complementary color
Monochromatic Colors of #6D691F
Black with #6D691F
Text Example
Text Example
White with #6D691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D691F; }
p { color: rgb(109,105,31); }
H1.HeaderClassName
{
color: #6D691F;
}
.AnyTagClassName
{
color: #6D691F;
}
</style>
background-color css
<style>
a { background-color: #6D691F; }
a { background-color: rgb(109,105,31); }
div.DivClassName
{
background-color: #6D691F;
}
.BgClassName
{
background-color: #6D691F;
}
</style>
border-color css
<style>
span { border-color: #6D691F; }
span { border-color: rgb(109,105,31); }
td.TdClassName
{
border-color: #6D691F;
}
.TagClassName
{
border-color: #6D691F;
}
</style>