Shades of Olivetone #6D651C
Tints of Olivetone #6D651C
RGB
CMYK
RGB Variations
Color information
#6D651C (or 0x6D651C) is known color: Olivetone. HEX triplet: 6D, 65 and 1C. RGB value is (109,101,28). Sum of RGB (Red+Green+Blue) = 109+101+28=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D651C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D651C is #929AE3. Grayscale: #5F5F5F. Windows color (decimal): -9607908 or 1860973. OLE color: 1860973.
HSL color Cylindrical-coordinate representation of color #6D651C: hue angle of 54.07º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D651C is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 28 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.57 |
| HSL | 54.07º | 0.59% | 0.27% | - |
| HSV(B) | 54.07º | 0.74% | 0.43% | - |
| XYZ | 11.17 | 12.64 | 2.95 | - |
| YUV | 95.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 28 | 0 | 0.07 | 0.74 | 0.57 | 54.07 | 0.59 | 0.27 |
| Hex | 6D | 65 | 1C | 0 | 7 | 4A | 39 | 36 | 3B | 1B |
| Octal | 155 | 145 | 34 | 0 | 7 | 112 | 71 | 66 | 73 | 33 |
| Binary | 1101101 | 1100101 | 11100 | 0 | 111 | 1001010 | 111001 | 110110 | 111011 | 11011 |
Color Harmonies of #6D651C
Complementary color
Monochromatic Colors of #6D651C
Black with #6D651C
Text Example
Text Example
White with #6D651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D651C; }
p { color: rgb(109,101,28); }
H1.HeaderClassName
{
color: #6D651C;
}
.AnyTagClassName
{
color: #6D651C;
}
</style>
background-color css
<style>
a { background-color: #6D651C; }
a { background-color: rgb(109,101,28); }
div.DivClassName
{
background-color: #6D651C;
}
.BgClassName
{
background-color: #6D651C;
}
</style>
border-color css
<style>
span { border-color: #6D651C; }
span { border-color: rgb(109,101,28); }
td.TdClassName
{
border-color: #6D651C;
}
.TagClassName
{
border-color: #6D651C;
}
</style>