Shades of Bole #6F443C
Tints of Bole #6F443C
RGB
CMYK
RGB Variations
Color information
#6F443C (or 0x6F443C) is known color: Bole. HEX triplet: 6F, 44 and 3C. RGB value is (111,68,60). Sum of RGB (Red+Green+Blue) = 111+68+60=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F443C is #90BBC3. Grayscale: #505050. Windows color (decimal): -9485252 or 3949679. OLE color: 3949679.
HSL color Cylindrical-coordinate representation of color #6F443C: hue angle of 9.41º 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 #6F443C is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 60 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.56 |
| HSL | 9.41º | 0.3% | 0.34% | - |
| HSV(B) | 9.41º | 0.46% | 0.44% | - |
| XYZ | 9.44 | 7.84 | 5.29 | - |
| YUV | 79.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 60 | 0 | 0.39 | 0.46 | 0.56 | 9.41 | 0.3 | 0.34 |
| Hex | 6F | 44 | 3C | 0 | 27 | 2E | 38 | 9 | 1E | 22 |
| Octal | 157 | 104 | 74 | 0 | 47 | 56 | 70 | 11 | 36 | 42 |
| Binary | 1101111 | 1000100 | 111100 | 0 | 100111 | 101110 | 111000 | 1001 | 11110 | 100010 |
Color Harmonies of #6F443C
Complementary color
Monochromatic Colors of #6F443C
Black with #6F443C
Text Example
Text Example
White with #6F443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F443C; }
p { color: rgb(111,68,60); }
H1.HeaderClassName
{
color: #6F443C;
}
.AnyTagClassName
{
color: #6F443C;
}
</style>
background-color css
<style>
a { background-color: #6F443C; }
a { background-color: rgb(111,68,60); }
div.DivClassName
{
background-color: #6F443C;
}
.BgClassName
{
background-color: #6F443C;
}
</style>
border-color css
<style>
span { border-color: #6F443C; }
span { border-color: rgb(111,68,60); }
td.TdClassName
{
border-color: #6F443C;
}
.TagClassName
{
border-color: #6F443C;
}
</style>