Shades of Olivetone #6B6727
Tints of Olivetone #6B6727
RGB
CMYK
RGB Variations
Color information
#6B6727 (or 0x6B6727) is known color: Olivetone. HEX triplet: 6B, 67 and 27. RGB value is (107,103,39). Sum of RGB (Red+Green+Blue) = 107+103+39=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6727 is #9498D8. Grayscale: #616161. Windows color (decimal): -9738457 or 2582379. OLE color: 2582379.
HSL color Cylindrical-coordinate representation of color #6B6727: hue angle of 56.47º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B6727 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 103 | 39 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.58 |
| HSL | 56.47º | 0.47% | 0.29% | - |
| HSV(B) | 56.47º | 0.64% | 0.42% | - |
| XYZ | 11.28 | 12.97 | 3.83 | - |
| YUV | 96.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 39 | 0 | 0.04 | 0.64 | 0.58 | 56.47 | 0.47 | 0.29 |
| Hex | 6B | 67 | 27 | 0 | 4 | 40 | 3A | 38 | 2F | 1D |
| Octal | 153 | 147 | 47 | 0 | 4 | 100 | 72 | 70 | 57 | 35 |
| Binary | 1101011 | 1100111 | 100111 | 0 | 100 | 1000000 | 111010 | 111000 | 101111 | 11101 |
Color Harmonies of #6B6727
Complementary color
Monochromatic Colors of #6B6727
Black with #6B6727
Text Example
Text Example
White with #6B6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6727; }
p { color: rgb(107,103,39); }
H1.HeaderClassName
{
color: #6B6727;
}
.AnyTagClassName
{
color: #6B6727;
}
</style>
background-color css
<style>
a { background-color: #6B6727; }
a { background-color: rgb(107,103,39); }
div.DivClassName
{
background-color: #6B6727;
}
.BgClassName
{
background-color: #6B6727;
}
</style>
border-color css
<style>
span { border-color: #6B6727; }
span { border-color: rgb(107,103,39); }
td.TdClassName
{
border-color: #6B6727;
}
.TagClassName
{
border-color: #6B6727;
}
</style>