Shades of Olivetone #6F641B
Tints of Olivetone #6F641B
RGB
CMYK
RGB Variations
Color information
#6F641B (or 0x6F641B) is known color: Olivetone. HEX triplet: 6F, 64 and 1B. RGB value is (111,100,27). Sum of RGB (Red+Green+Blue) = 111+100+27=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F641B is #909BE4. Grayscale: #5F5F5F. Windows color (decimal): -9477093 or 1795183. OLE color: 1795183.
HSL color Cylindrical-coordinate representation of color #6F641B: hue angle of 52.14º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F641B is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 27 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.56 |
| HSL | 52.14º | 0.61% | 0.27% | - |
| HSV(B) | 52.14º | 0.76% | 0.44% | - |
| XYZ | 11.31 | 12.57 | 2.87 | - |
| YUV | 94.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 27 | 0 | 0.10 | 0.76 | 0.56 | 52.14 | 0.61 | 0.27 |
| Hex | 6F | 64 | 1B | 0 | A | 4C | 38 | 34 | 3D | 1B |
| Octal | 157 | 144 | 33 | 0 | 12 | 114 | 70 | 64 | 75 | 33 |
| Binary | 1101111 | 1100100 | 11011 | 0 | 1010 | 1001100 | 111000 | 110100 | 111101 | 11011 |
Color Harmonies of #6F641B
Complementary color
Monochromatic Colors of #6F641B
Black with #6F641B
Text Example
Text Example
White with #6F641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F641B; }
p { color: rgb(111,100,27); }
H1.HeaderClassName
{
color: #6F641B;
}
.AnyTagClassName
{
color: #6F641B;
}
</style>
background-color css
<style>
a { background-color: #6F641B; }
a { background-color: rgb(111,100,27); }
div.DivClassName
{
background-color: #6F641B;
}
.BgClassName
{
background-color: #6F641B;
}
</style>
border-color css
<style>
span { border-color: #6F641B; }
span { border-color: rgb(111,100,27); }
td.TdClassName
{
border-color: #6F641B;
}
.TagClassName
{
border-color: #6F641B;
}
</style>