Shades of Bole #6F473F
Tints of Bole #6F473F
RGB
CMYK
RGB Variations
Color information
#6F473F (or 0x6F473F) is known color: Bole. HEX triplet: 6F, 47 and 3F. RGB value is (111,71,63). Sum of RGB (Red+Green+Blue) = 111+71+63=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F473F is #90B8C0. Grayscale: #525252. Windows color (decimal): -9484481 or 4147055. OLE color: 4147055.
HSL color Cylindrical-coordinate representation of color #6F473F: hue angle of 10º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F473F is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 63 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.56 |
| HSL | 10º | 0.28% | 0.34% | - |
| HSV(B) | 10º | 0.43% | 0.44% | - |
| XYZ | 9.71 | 8.24 | 5.78 | - |
| YUV | 82.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 63 | 0 | 0.36 | 0.43 | 0.56 | 10 | 0.28 | 0.34 |
| Hex | 6F | 47 | 3F | 0 | 24 | 2B | 38 | A | 1C | 22 |
| Octal | 157 | 107 | 77 | 0 | 44 | 53 | 70 | 12 | 34 | 42 |
| Binary | 1101111 | 1000111 | 111111 | 0 | 100100 | 101011 | 111000 | 1010 | 11100 | 100010 |
Color Harmonies of #6F473F
Complementary color
Monochromatic Colors of #6F473F
Black with #6F473F
Text Example
Text Example
White with #6F473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F473F; }
p { color: rgb(111,71,63); }
H1.HeaderClassName
{
color: #6F473F;
}
.AnyTagClassName
{
color: #6F473F;
}
</style>
background-color css
<style>
a { background-color: #6F473F; }
a { background-color: rgb(111,71,63); }
div.DivClassName
{
background-color: #6F473F;
}
.BgClassName
{
background-color: #6F473F;
}
</style>
border-color css
<style>
span { border-color: #6F473F; }
span { border-color: rgb(111,71,63); }
td.TdClassName
{
border-color: #6F473F;
}
.TagClassName
{
border-color: #6F473F;
}
</style>