Shades of Bole #6F4741
Tints of Bole #6F4741
RGB
CMYK
RGB Variations
Color information
#6F4741 (or 0x6F4741) is known color: Bole. HEX triplet: 6F, 47 and 41. RGB value is (111,71,65). Sum of RGB (Red+Green+Blue) = 111+71+65=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4741 is #90B8BE. Grayscale: #525252. Windows color (decimal): -9484479 or 4278127. OLE color: 4278127.
HSL color Cylindrical-coordinate representation of color #6F4741: hue angle of 7.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4741 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 65 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.56 |
| HSL | 7.83º | 0.26% | 0.35% | - |
| HSV(B) | 7.83º | 0.41% | 0.44% | - |
| XYZ | 9.76 | 8.27 | 6.08 | - |
| YUV | 82.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 65 | 0 | 0.36 | 0.41 | 0.56 | 7.83 | 0.26 | 0.35 |
| Hex | 6F | 47 | 41 | 0 | 24 | 29 | 38 | 8 | 1A | 23 |
| Octal | 157 | 107 | 101 | 0 | 44 | 51 | 70 | 10 | 32 | 43 |
| Binary | 1101111 | 1000111 | 1000001 | 0 | 100100 | 101001 | 111000 | 1000 | 11010 | 100011 |
Color Harmonies of #6F4741
Complementary color
Monochromatic Colors of #6F4741
Black with #6F4741
Text Example
Text Example
White with #6F4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4741; }
p { color: rgb(111,71,65); }
H1.HeaderClassName
{
color: #6F4741;
}
.AnyTagClassName
{
color: #6F4741;
}
</style>
background-color css
<style>
a { background-color: #6F4741; }
a { background-color: rgb(111,71,65); }
div.DivClassName
{
background-color: #6F4741;
}
.BgClassName
{
background-color: #6F4741;
}
</style>
border-color css
<style>
span { border-color: #6F4741; }
span { border-color: rgb(111,71,65); }
td.TdClassName
{
border-color: #6F4741;
}
.TagClassName
{
border-color: #6F4741;
}
</style>