Shades of Olivetone #6F6727
Tints of Olivetone #6F6727
RGB
CMYK
RGB Variations
Color information
#6F6727 (or 0x6F6727) is known color: Olivetone. HEX triplet: 6F, 67 and 27. RGB value is (111,103,39). Sum of RGB (Red+Green+Blue) = 111+103+39=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6727 is #9098D8. Grayscale: #626262. Windows color (decimal): -9476313 or 2582383. OLE color: 2582383.
HSL color Cylindrical-coordinate representation of color #6F6727: hue angle of 53.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F6727 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 39 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.56 |
| HSL | 53.33º | 0.48% | 0.29% | - |
| HSV(B) | 53.33º | 0.65% | 0.44% | - |
| XYZ | 11.77 | 13.23 | 3.85 | - |
| YUV | 98.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 39 | 0 | 0.07 | 0.65 | 0.56 | 53.33 | 0.48 | 0.29 |
| Hex | 6F | 67 | 27 | 0 | 7 | 41 | 38 | 35 | 30 | 1D |
| Octal | 157 | 147 | 47 | 0 | 7 | 101 | 70 | 65 | 60 | 35 |
| Binary | 1101111 | 1100111 | 100111 | 0 | 111 | 1000001 | 111000 | 110101 | 110000 | 11101 |
Color Harmonies of #6F6727
Complementary color
Monochromatic Colors of #6F6727
Black with #6F6727
Text Example
Text Example
White with #6F6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6727; }
p { color: rgb(111,103,39); }
H1.HeaderClassName
{
color: #6F6727;
}
.AnyTagClassName
{
color: #6F6727;
}
</style>
background-color css
<style>
a { background-color: #6F6727; }
a { background-color: rgb(111,103,39); }
div.DivClassName
{
background-color: #6F6727;
}
.BgClassName
{
background-color: #6F6727;
}
</style>
border-color css
<style>
span { border-color: #6F6727; }
span { border-color: rgb(111,103,39); }
td.TdClassName
{
border-color: #6F6727;
}
.TagClassName
{
border-color: #6F6727;
}
</style>