Shades of Bole #6D463E
Tints of Bole #6D463E
RGB
CMYK
RGB Variations
Color information
#6D463E (or 0x6D463E) is known color: Bole. HEX triplet: 6D, 46 and 3E. RGB value is (109,70,62). Sum of RGB (Red+Green+Blue) = 109+70+62=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D463E is #92B9C1. Grayscale: #505050. Windows color (decimal): -9615810 or 4081261. OLE color: 4081261.
HSL color Cylindrical-coordinate representation of color #6D463E: hue angle of 10.21º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D463E is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 70 | 62 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.57 |
| HSL | 10.21º | 0.27% | 0.34% | - |
| HSV(B) | 10.21º | 0.43% | 0.43% | - |
| XYZ | 9.37 | 7.98 | 5.6 | - |
| YUV | 80.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 62 | 0 | 0.36 | 0.43 | 0.57 | 10.21 | 0.27 | 0.34 |
| Hex | 6D | 46 | 3E | 0 | 24 | 2B | 39 | A | 1B | 22 |
| Octal | 155 | 106 | 76 | 0 | 44 | 53 | 71 | 12 | 33 | 42 |
| Binary | 1101101 | 1000110 | 111110 | 0 | 100100 | 101011 | 111001 | 1010 | 11011 | 100010 |
Color Harmonies of #6D463E
Complementary color
Monochromatic Colors of #6D463E
Black with #6D463E
Text Example
Text Example
White with #6D463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D463E; }
p { color: rgb(109,70,62); }
H1.HeaderClassName
{
color: #6D463E;
}
.AnyTagClassName
{
color: #6D463E;
}
</style>
background-color css
<style>
a { background-color: #6D463E; }
a { background-color: rgb(109,70,62); }
div.DivClassName
{
background-color: #6D463E;
}
.BgClassName
{
background-color: #6D463E;
}
</style>
border-color css
<style>
span { border-color: #6D463E; }
span { border-color: rgb(109,70,62); }
td.TdClassName
{
border-color: #6D463E;
}
.TagClassName
{
border-color: #6D463E;
}
</style>