Shades of Bole #6F463A
Tints of Bole #6F463A
RGB
CMYK
RGB Variations
Color information
#6F463A (or 0x6F463A) is known color: Bole. HEX triplet: 6F, 46 and 3A. RGB value is (111,70,58). Sum of RGB (Red+Green+Blue) = 111+70+58=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F463A is #90B9C5. Grayscale: #505050. Windows color (decimal): -9484742 or 3819119. OLE color: 3819119.
HSL color Cylindrical-coordinate representation of color #6F463A: hue angle of 13.58º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F463A is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 58 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.56 |
| HSL | 13.58º | 0.31% | 0.33% | - |
| HSV(B) | 13.58º | 0.48% | 0.44% | - |
| XYZ | 9.51 | 8.07 | 5.06 | - |
| YUV | 80.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 58 | 0 | 0.37 | 0.48 | 0.56 | 13.58 | 0.31 | 0.33 |
| Hex | 6F | 46 | 3A | 0 | 25 | 30 | 38 | E | 1F | 21 |
| Octal | 157 | 106 | 72 | 0 | 45 | 60 | 70 | 16 | 37 | 41 |
| Binary | 1101111 | 1000110 | 111010 | 0 | 100101 | 110000 | 111000 | 1110 | 11111 | 100001 |
Color Harmonies of #6F463A
Complementary color
Monochromatic Colors of #6F463A
Black with #6F463A
Text Example
Text Example
White with #6F463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F463A; }
p { color: rgb(111,70,58); }
H1.HeaderClassName
{
color: #6F463A;
}
.AnyTagClassName
{
color: #6F463A;
}
</style>
background-color css
<style>
a { background-color: #6F463A; }
a { background-color: rgb(111,70,58); }
div.DivClassName
{
background-color: #6F463A;
}
.BgClassName
{
background-color: #6F463A;
}
</style>
border-color css
<style>
span { border-color: #6F463A; }
span { border-color: rgb(111,70,58); }
td.TdClassName
{
border-color: #6F463A;
}
.TagClassName
{
border-color: #6F463A;
}
</style>