Shades of Bole #6F463C
Tints of Bole #6F463C
RGB
CMYK
RGB Variations
Color information
#6F463C (or 0x6F463C) is known color: Bole. HEX triplet: 6F, 46 and 3C. RGB value is (111,70,60). Sum of RGB (Red+Green+Blue) = 111+70+60=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F463C is #90B9C3. Grayscale: #515151. Windows color (decimal): -9484740 or 3950191. OLE color: 3950191.
HSL color Cylindrical-coordinate representation of color #6F463C: hue angle of 11.76º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F463C is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 60 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.56 |
| HSL | 11.76º | 0.3% | 0.34% | - |
| HSV(B) | 11.76º | 0.46% | 0.44% | - |
| XYZ | 9.56 | 8.09 | 5.33 | - |
| YUV | 81.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 60 | 0 | 0.37 | 0.46 | 0.56 | 11.76 | 0.3 | 0.34 |
| Hex | 6F | 46 | 3C | 0 | 25 | 2E | 38 | C | 1E | 22 |
| Octal | 157 | 106 | 74 | 0 | 45 | 56 | 70 | 14 | 36 | 42 |
| Binary | 1101111 | 1000110 | 111100 | 0 | 100101 | 101110 | 111000 | 1100 | 11110 | 100010 |
Color Harmonies of #6F463C
Complementary color
Monochromatic Colors of #6F463C
Black with #6F463C
Text Example
Text Example
White with #6F463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F463C; }
p { color: rgb(111,70,60); }
H1.HeaderClassName
{
color: #6F463C;
}
.AnyTagClassName
{
color: #6F463C;
}
</style>
background-color css
<style>
a { background-color: #6F463C; }
a { background-color: rgb(111,70,60); }
div.DivClassName
{
background-color: #6F463C;
}
.BgClassName
{
background-color: #6F463C;
}
</style>
border-color css
<style>
span { border-color: #6F463C; }
span { border-color: rgb(111,70,60); }
td.TdClassName
{
border-color: #6F463C;
}
.TagClassName
{
border-color: #6F463C;
}
</style>