Shades of Olivetone #6F671B
Tints of Olivetone #6F671B
RGB
CMYK
RGB Variations
Color information
#6F671B (or 0x6F671B) is known color: Olivetone. HEX triplet: 6F, 67 and 1B. RGB value is (111,103,27). Sum of RGB (Red+Green+Blue) = 111+103+27=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F671B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F671B is #9098E4. Grayscale: #616161. Windows color (decimal): -9476325 or 1795951. OLE color: 1795951.
HSL color Cylindrical-coordinate representation of color #6F671B: hue angle of 54.29º 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 #6F671B is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 27 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.56 |
| HSL | 54.29º | 0.61% | 0.27% | - |
| HSV(B) | 54.29º | 0.76% | 0.44% | - |
| XYZ | 11.6 | 13.16 | 2.97 | - |
| YUV | 96.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 27 | 0 | 0.07 | 0.76 | 0.56 | 54.29 | 0.61 | 0.27 |
| Hex | 6F | 67 | 1B | 0 | 7 | 4C | 38 | 36 | 3D | 1B |
| Octal | 157 | 147 | 33 | 0 | 7 | 114 | 70 | 66 | 75 | 33 |
| Binary | 1101111 | 1100111 | 11011 | 0 | 111 | 1001100 | 111000 | 110110 | 111101 | 11011 |
Color Harmonies of #6F671B
Complementary color
Monochromatic Colors of #6F671B
Black with #6F671B
Text Example
Text Example
White with #6F671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F671B; }
p { color: rgb(111,103,27); }
H1.HeaderClassName
{
color: #6F671B;
}
.AnyTagClassName
{
color: #6F671B;
}
</style>
background-color css
<style>
a { background-color: #6F671B; }
a { background-color: rgb(111,103,27); }
div.DivClassName
{
background-color: #6F671B;
}
.BgClassName
{
background-color: #6F671B;
}
</style>
border-color css
<style>
span { border-color: #6F671B; }
span { border-color: rgb(111,103,27); }
td.TdClassName
{
border-color: #6F671B;
}
.TagClassName
{
border-color: #6F671B;
}
</style>