Shades of Bole #6F483E
Tints of Bole #6F483E
RGB
CMYK
RGB Variations
Color information
#6F483E (or 0x6F483E) is known color: Bole. HEX triplet: 6F, 48 and 3E. RGB value is (111,72,62). Sum of RGB (Red+Green+Blue) = 111+72+62=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F483E is #90B7C1. Grayscale: #525252. Windows color (decimal): -9484226 or 4081775. OLE color: 4081775.
HSL color Cylindrical-coordinate representation of color #6F483E: hue angle of 12.24º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F483E is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 62 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.56 |
| HSL | 12.24º | 0.28% | 0.34% | - |
| HSV(B) | 12.24º | 0.44% | 0.44% | - |
| XYZ | 9.74 | 8.36 | 5.66 | - |
| YUV | 82.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 62 | 0 | 0.35 | 0.44 | 0.56 | 12.24 | 0.28 | 0.34 |
| Hex | 6F | 48 | 3E | 0 | 23 | 2C | 38 | C | 1C | 22 |
| Octal | 157 | 110 | 76 | 0 | 43 | 54 | 70 | 14 | 34 | 42 |
| Binary | 1101111 | 1001000 | 111110 | 0 | 100011 | 101100 | 111000 | 1100 | 11100 | 100010 |
Color Harmonies of #6F483E
Complementary color
Monochromatic Colors of #6F483E
Black with #6F483E
Text Example
Text Example
White with #6F483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F483E; }
p { color: rgb(111,72,62); }
H1.HeaderClassName
{
color: #6F483E;
}
.AnyTagClassName
{
color: #6F483E;
}
</style>
background-color css
<style>
a { background-color: #6F483E; }
a { background-color: rgb(111,72,62); }
div.DivClassName
{
background-color: #6F483E;
}
.BgClassName
{
background-color: #6F483E;
}
</style>
border-color css
<style>
span { border-color: #6F483E; }
span { border-color: rgb(111,72,62); }
td.TdClassName
{
border-color: #6F483E;
}
.TagClassName
{
border-color: #6F483E;
}
</style>