Shades of Bole #6F443D
Tints of Bole #6F443D
RGB
CMYK
RGB Variations
Color information
#6F443D (or 0x6F443D) is known color: Bole. HEX triplet: 6F, 44 and 3D. RGB value is (111,68,61). Sum of RGB (Red+Green+Blue) = 111+68+61=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F443D is #90BBC2. Grayscale: #505050. Windows color (decimal): -9485251 or 4015215. OLE color: 4015215.
HSL color Cylindrical-coordinate representation of color #6F443D: hue angle of 8.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F443D is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 61 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.56 |
| HSL | 8.4º | 0.29% | 0.34% | - |
| HSV(B) | 8.4º | 0.45% | 0.44% | - |
| XYZ | 9.46 | 7.85 | 5.43 | - |
| YUV | 80.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 61 | 0 | 0.39 | 0.45 | 0.56 | 8.4 | 0.29 | 0.34 |
| Hex | 6F | 44 | 3D | 0 | 27 | 2D | 38 | 8 | 1D | 22 |
| Octal | 157 | 104 | 75 | 0 | 47 | 55 | 70 | 10 | 35 | 42 |
| Binary | 1101111 | 1000100 | 111101 | 0 | 100111 | 101101 | 111000 | 1000 | 11101 | 100010 |
Color Harmonies of #6F443D
Complementary color
Monochromatic Colors of #6F443D
Black with #6F443D
Text Example
Text Example
White with #6F443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F443D; }
p { color: rgb(111,68,61); }
H1.HeaderClassName
{
color: #6F443D;
}
.AnyTagClassName
{
color: #6F443D;
}
</style>
background-color css
<style>
a { background-color: #6F443D; }
a { background-color: rgb(111,68,61); }
div.DivClassName
{
background-color: #6F443D;
}
.BgClassName
{
background-color: #6F443D;
}
</style>
border-color css
<style>
span { border-color: #6F443D; }
span { border-color: rgb(111,68,61); }
td.TdClassName
{
border-color: #6F443D;
}
.TagClassName
{
border-color: #6F443D;
}
</style>