Shades of Olivetone #6F6626
Tints of Olivetone #6F6626
RGB
CMYK
RGB Variations
Color information
#6F6626 (or 0x6F6626) is known color: Olivetone. HEX triplet: 6F, 66 and 26. RGB value is (111,102,38). Sum of RGB (Red+Green+Blue) = 111+102+38=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6626 is #9099D9. Grayscale: #616161. Windows color (decimal): -9476570 or 2516591. OLE color: 2516591.
HSL color Cylindrical-coordinate representation of color #6F6626: hue angle of 52.6º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F6626 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 38 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.56 |
| HSL | 52.6º | 0.49% | 0.29% | - |
| HSV(B) | 52.6º | 0.66% | 0.44% | - |
| XYZ | 11.66 | 13.02 | 3.73 | - |
| YUV | 97.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 38 | 0 | 0.08 | 0.66 | 0.56 | 52.6 | 0.49 | 0.29 |
| Hex | 6F | 66 | 26 | 0 | 8 | 42 | 38 | 35 | 31 | 1D |
| Octal | 157 | 146 | 46 | 0 | 10 | 102 | 70 | 65 | 61 | 35 |
| Binary | 1101111 | 1100110 | 100110 | 0 | 1000 | 1000010 | 111000 | 110101 | 110001 | 11101 |
Color Harmonies of #6F6626
Complementary color
Monochromatic Colors of #6F6626
Black with #6F6626
Text Example
Text Example
White with #6F6626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6626; }
p { color: rgb(111,102,38); }
H1.HeaderClassName
{
color: #6F6626;
}
.AnyTagClassName
{
color: #6F6626;
}
</style>
background-color css
<style>
a { background-color: #6F6626; }
a { background-color: rgb(111,102,38); }
div.DivClassName
{
background-color: #6F6626;
}
.BgClassName
{
background-color: #6F6626;
}
</style>
border-color css
<style>
span { border-color: #6F6626; }
span { border-color: rgb(111,102,38); }
td.TdClassName
{
border-color: #6F6626;
}
.TagClassName
{
border-color: #6F6626;
}
</style>