Shades of Bole #6F4940
Tints of Bole #6F4940
RGB
CMYK
RGB Variations
Color information
#6F4940 (or 0x6F4940) is known color: Bole. HEX triplet: 6F, 49 and 40. RGB value is (111,73,64). Sum of RGB (Red+Green+Blue) = 111+73+64=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4940 is #90B6BF. Grayscale: #535353. Windows color (decimal): -9483968 or 4213103. OLE color: 4213103.
HSL color Cylindrical-coordinate representation of color #6F4940: hue angle of 11.49º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F4940 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 64 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.56 |
| HSL | 11.49º | 0.27% | 0.34% | - |
| HSV(B) | 11.49º | 0.42% | 0.44% | - |
| XYZ | 9.86 | 8.51 | 5.97 | - |
| YUV | 83.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 64 | 0 | 0.34 | 0.42 | 0.56 | 11.49 | 0.27 | 0.34 |
| Hex | 6F | 49 | 40 | 0 | 22 | 2A | 38 | B | 1B | 22 |
| Octal | 157 | 111 | 100 | 0 | 42 | 52 | 70 | 13 | 33 | 42 |
| Binary | 1101111 | 1001001 | 1000000 | 0 | 100010 | 101010 | 111000 | 1011 | 11011 | 100010 |
Color Harmonies of #6F4940
Complementary color
Monochromatic Colors of #6F4940
Black with #6F4940
Text Example
Text Example
White with #6F4940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4940; }
p { color: rgb(111,73,64); }
H1.HeaderClassName
{
color: #6F4940;
}
.AnyTagClassName
{
color: #6F4940;
}
</style>
background-color css
<style>
a { background-color: #6F4940; }
a { background-color: rgb(111,73,64); }
div.DivClassName
{
background-color: #6F4940;
}
.BgClassName
{
background-color: #6F4940;
}
</style>
border-color css
<style>
span { border-color: #6F4940; }
span { border-color: rgb(111,73,64); }
td.TdClassName
{
border-color: #6F4940;
}
.TagClassName
{
border-color: #6F4940;
}
</style>