Shades of Olivetone #6F631E
Tints of Olivetone #6F631E
RGB
CMYK
RGB Variations
Color information
#6F631E (or 0x6F631E) is known color: Olivetone. HEX triplet: 6F, 63 and 1E. RGB value is (111,99,30). Sum of RGB (Red+Green+Blue) = 111+99+30=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F631E is #909CE1. Grayscale: #5F5F5F. Windows color (decimal): -9477346 or 1991535. OLE color: 1991535.
HSL color Cylindrical-coordinate representation of color #6F631E: hue angle of 51.11º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F631E is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 30 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.56 |
| HSL | 51.11º | 0.57% | 0.28% | - |
| HSV(B) | 51.11º | 0.73% | 0.44% | - |
| XYZ | 11.25 | 12.4 | 3.03 | - |
| YUV | 94.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 30 | 0 | 0.11 | 0.73 | 0.56 | 51.11 | 0.57 | 0.28 |
| Hex | 6F | 63 | 1E | 0 | B | 49 | 38 | 33 | 39 | 1C |
| Octal | 157 | 143 | 36 | 0 | 13 | 111 | 70 | 63 | 71 | 34 |
| Binary | 1101111 | 1100011 | 11110 | 0 | 1011 | 1001001 | 111000 | 110011 | 111001 | 11100 |
Color Harmonies of #6F631E
Complementary color
Monochromatic Colors of #6F631E
Black with #6F631E
Text Example
Text Example
White with #6F631E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F631E; }
p { color: rgb(111,99,30); }
H1.HeaderClassName
{
color: #6F631E;
}
.AnyTagClassName
{
color: #6F631E;
}
</style>
background-color css
<style>
a { background-color: #6F631E; }
a { background-color: rgb(111,99,30); }
div.DivClassName
{
background-color: #6F631E;
}
.BgClassName
{
background-color: #6F631E;
}
</style>
border-color css
<style>
span { border-color: #6F631E; }
span { border-color: rgb(111,99,30); }
td.TdClassName
{
border-color: #6F631E;
}
.TagClassName
{
border-color: #6F631E;
}
</style>