Shades of Olivetone #6F631C
Tints of Olivetone #6F631C
RGB
CMYK
RGB Variations
Color information
#6F631C (or 0x6F631C) is known color: Olivetone. HEX triplet: 6F, 63 and 1C. RGB value is (111,99,28). Sum of RGB (Red+Green+Blue) = 111+99+28=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F631C is #909CE3. Grayscale: #5E5E5E. Windows color (decimal): -9477348 or 1860463. OLE color: 1860463.
HSL color Cylindrical-coordinate representation of color #6F631C: hue angle of 51.33º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F631C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 28 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.56 |
| HSL | 51.33º | 0.6% | 0.27% | - |
| HSV(B) | 51.33º | 0.75% | 0.44% | - |
| XYZ | 11.23 | 12.39 | 2.9 | - |
| YUV | 94.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 28 | 0 | 0.11 | 0.75 | 0.56 | 51.33 | 0.6 | 0.27 |
| Hex | 6F | 63 | 1C | 0 | B | 4B | 38 | 33 | 3C | 1B |
| Octal | 157 | 143 | 34 | 0 | 13 | 113 | 70 | 63 | 74 | 33 |
| Binary | 1101111 | 1100011 | 11100 | 0 | 1011 | 1001011 | 111000 | 110011 | 111100 | 11011 |
Color Harmonies of #6F631C
Complementary color
Monochromatic Colors of #6F631C
Black with #6F631C
Text Example
Text Example
White with #6F631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F631C; }
p { color: rgb(111,99,28); }
H1.HeaderClassName
{
color: #6F631C;
}
.AnyTagClassName
{
color: #6F631C;
}
</style>
background-color css
<style>
a { background-color: #6F631C; }
a { background-color: rgb(111,99,28); }
div.DivClassName
{
background-color: #6F631C;
}
.BgClassName
{
background-color: #6F631C;
}
</style>
border-color css
<style>
span { border-color: #6F631C; }
span { border-color: rgb(111,99,28); }
td.TdClassName
{
border-color: #6F631C;
}
.TagClassName
{
border-color: #6F631C;
}
</style>