Shades of Bole #6F413E
Tints of Bole #6F413E
RGB
CMYK
RGB Variations
Color information
#6F413E (or 0x6F413E) is known color: Bole. HEX triplet: 6F, 41 and 3E. RGB value is (111,65,62). Sum of RGB (Red+Green+Blue) = 111+65+62=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F413E is #90BEC1. Grayscale: #4E4E4E. Windows color (decimal): -9486018 or 4079983. OLE color: 4079983.
HSL color Cylindrical-coordinate representation of color #6F413E: hue angle of 3.67º 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 #6F413E is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 62 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.56 |
| HSL | 3.67º | 0.28% | 0.34% | - |
| HSV(B) | 3.67º | 0.44% | 0.44% | - |
| XYZ | 9.32 | 7.51 | 5.52 | - |
| YUV | 78.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 62 | 0 | 0.41 | 0.44 | 0.56 | 3.67 | 0.28 | 0.34 |
| Hex | 6F | 41 | 3E | 0 | 29 | 2C | 38 | 4 | 1C | 22 |
| Octal | 157 | 101 | 76 | 0 | 51 | 54 | 70 | 4 | 34 | 42 |
| Binary | 1101111 | 1000001 | 111110 | 0 | 101001 | 101100 | 111000 | 100 | 11100 | 100010 |
Color Harmonies of #6F413E
Complementary color
Monochromatic Colors of #6F413E
Black with #6F413E
Text Example
Text Example
White with #6F413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F413E; }
p { color: rgb(111,65,62); }
H1.HeaderClassName
{
color: #6F413E;
}
.AnyTagClassName
{
color: #6F413E;
}
</style>
background-color css
<style>
a { background-color: #6F413E; }
a { background-color: rgb(111,65,62); }
div.DivClassName
{
background-color: #6F413E;
}
.BgClassName
{
background-color: #6F413E;
}
</style>
border-color css
<style>
span { border-color: #6F413E; }
span { border-color: rgb(111,65,62); }
td.TdClassName
{
border-color: #6F413E;
}
.TagClassName
{
border-color: #6F413E;
}
</style>