Shades of Bole #6F4842
Tints of Bole #6F4842
RGB
CMYK
RGB Variations
Color information
#6F4842 (or 0x6F4842) is known color: Bole. HEX triplet: 6F, 48 and 42. RGB value is (111,72,66). Sum of RGB (Red+Green+Blue) = 111+72+66=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4842 is #90B7BD. Grayscale: #535353. Windows color (decimal): -9484222 or 4343919. OLE color: 4343919.
HSL color Cylindrical-coordinate representation of color #6F4842: hue angle of 8º degrees, saturation: 0.25, 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 #6F4842 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 66 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.56 |
| HSL | 8º | 0.25% | 0.35% | - |
| HSV(B) | 8º | 0.41% | 0.44% | - |
| XYZ | 9.86 | 8.41 | 6.26 | - |
| YUV | 82.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 66 | 0 | 0.35 | 0.41 | 0.56 | 8 | 0.25 | 0.35 |
| Hex | 6F | 48 | 42 | 0 | 23 | 29 | 38 | 8 | 19 | 23 |
| Octal | 157 | 110 | 102 | 0 | 43 | 51 | 70 | 10 | 31 | 43 |
| Binary | 1101111 | 1001000 | 1000010 | 0 | 100011 | 101001 | 111000 | 1000 | 11001 | 100011 |
Color Harmonies of #6F4842
Complementary color
Monochromatic Colors of #6F4842
Black with #6F4842
Text Example
Text Example
White with #6F4842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4842; }
p { color: rgb(111,72,66); }
H1.HeaderClassName
{
color: #6F4842;
}
.AnyTagClassName
{
color: #6F4842;
}
</style>
background-color css
<style>
a { background-color: #6F4842; }
a { background-color: rgb(111,72,66); }
div.DivClassName
{
background-color: #6F4842;
}
.BgClassName
{
background-color: #6F4842;
}
</style>
border-color css
<style>
span { border-color: #6F4842; }
span { border-color: rgb(111,72,66); }
td.TdClassName
{
border-color: #6F4842;
}
.TagClassName
{
border-color: #6F4842;
}
</style>