Shades of Olivetone #6F6319
Tints of Olivetone #6F6319
RGB
CMYK
RGB Variations
Color information
#6F6319 (or 0x6F6319) is known color: Olivetone. HEX triplet: 6F, 63 and 19. RGB value is (111,99,25). Sum of RGB (Red+Green+Blue) = 111+99+25=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6319 is #909CE6. Grayscale: #5E5E5E. Windows color (decimal): -9477351 or 1663855. OLE color: 1663855.
HSL color Cylindrical-coordinate representation of color #6F6319: hue angle of 51.63º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F6319 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 25 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.56 |
| HSL | 51.63º | 0.63% | 0.27% | - |
| HSV(B) | 51.63º | 0.77% | 0.44% | - |
| XYZ | 11.19 | 12.37 | 2.72 | - |
| YUV | 94.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 25 | 0 | 0.11 | 0.77 | 0.56 | 51.63 | 0.63 | 0.27 |
| Hex | 6F | 63 | 19 | 0 | B | 4D | 38 | 34 | 3F | 1B |
| Octal | 157 | 143 | 31 | 0 | 13 | 115 | 70 | 64 | 77 | 33 |
| Binary | 1101111 | 1100011 | 11001 | 0 | 1011 | 1001101 | 111000 | 110100 | 111111 | 11011 |
Color Harmonies of #6F6319
Complementary color
Monochromatic Colors of #6F6319
Black with #6F6319
Text Example
Text Example
White with #6F6319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6319; }
p { color: rgb(111,99,25); }
H1.HeaderClassName
{
color: #6F6319;
}
.AnyTagClassName
{
color: #6F6319;
}
</style>
background-color css
<style>
a { background-color: #6F6319; }
a { background-color: rgb(111,99,25); }
div.DivClassName
{
background-color: #6F6319;
}
.BgClassName
{
background-color: #6F6319;
}
</style>
border-color css
<style>
span { border-color: #6F6319; }
span { border-color: rgb(111,99,25); }
td.TdClassName
{
border-color: #6F6319;
}
.TagClassName
{
border-color: #6F6319;
}
</style>