Shades of Bole #6F4640
Tints of Bole #6F4640
RGB
CMYK
RGB Variations
Color information
#6F4640 (or 0x6F4640) is known color: Bole. HEX triplet: 6F, 46 and 40. RGB value is (111,70,64). Sum of RGB (Red+Green+Blue) = 111+70+64=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4640 is #90B9BF. Grayscale: #515151. Windows color (decimal): -9484736 or 4212335. OLE color: 4212335.
HSL color Cylindrical-coordinate representation of color #6F4640: hue angle of 7.66º 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 #6F4640 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 64 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.56 |
| HSL | 7.66º | 0.27% | 0.34% | - |
| HSV(B) | 7.66º | 0.42% | 0.44% | - |
| XYZ | 9.67 | 8.13 | 5.91 | - |
| YUV | 81.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 64 | 0 | 0.37 | 0.42 | 0.56 | 7.66 | 0.27 | 0.34 |
| Hex | 6F | 46 | 40 | 0 | 25 | 2A | 38 | 8 | 1B | 22 |
| Octal | 157 | 106 | 100 | 0 | 45 | 52 | 70 | 10 | 33 | 42 |
| Binary | 1101111 | 1000110 | 1000000 | 0 | 100101 | 101010 | 111000 | 1000 | 11011 | 100010 |
Color Harmonies of #6F4640
Complementary color
Monochromatic Colors of #6F4640
Black with #6F4640
Text Example
Text Example
White with #6F4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4640; }
p { color: rgb(111,70,64); }
H1.HeaderClassName
{
color: #6F4640;
}
.AnyTagClassName
{
color: #6F4640;
}
</style>
background-color css
<style>
a { background-color: #6F4640; }
a { background-color: rgb(111,70,64); }
div.DivClassName
{
background-color: #6F4640;
}
.BgClassName
{
background-color: #6F4640;
}
</style>
border-color css
<style>
span { border-color: #6F4640; }
span { border-color: rgb(111,70,64); }
td.TdClassName
{
border-color: #6F4640;
}
.TagClassName
{
border-color: #6F4640;
}
</style>