Shades of Bole #6F423D
Tints of Bole #6F423D
RGB
CMYK
RGB Variations
Color information
#6F423D (or 0x6F423D) is known color: Bole. HEX triplet: 6F, 42 and 3D. RGB value is (111,66,61). Sum of RGB (Red+Green+Blue) = 111+66+61=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F423D is #90BDC2. Grayscale: #4E4E4E. Windows color (decimal): -9485763 or 4014703. OLE color: 4014703.
HSL color Cylindrical-coordinate representation of color #6F423D: hue angle of 6º 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 #6F423D is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 66 | 61 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.56 |
| HSL | 6º | 0.29% | 0.34% | - |
| HSV(B) | 6º | 0.45% | 0.44% | - |
| XYZ | 9.35 | 7.61 | 5.39 | - |
| YUV | 78.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 61 | 0 | 0.41 | 0.45 | 0.56 | 6 | 0.29 | 0.34 |
| Hex | 6F | 42 | 3D | 0 | 29 | 2D | 38 | 6 | 1D | 22 |
| Octal | 157 | 102 | 75 | 0 | 51 | 55 | 70 | 6 | 35 | 42 |
| Binary | 1101111 | 1000010 | 111101 | 0 | 101001 | 101101 | 111000 | 110 | 11101 | 100010 |
Color Harmonies of #6F423D
Complementary color
Monochromatic Colors of #6F423D
Black with #6F423D
Text Example
Text Example
White with #6F423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F423D; }
p { color: rgb(111,66,61); }
H1.HeaderClassName
{
color: #6F423D;
}
.AnyTagClassName
{
color: #6F423D;
}
</style>
background-color css
<style>
a { background-color: #6F423D; }
a { background-color: rgb(111,66,61); }
div.DivClassName
{
background-color: #6F423D;
}
.BgClassName
{
background-color: #6F423D;
}
</style>
border-color css
<style>
span { border-color: #6F423D; }
span { border-color: rgb(111,66,61); }
td.TdClassName
{
border-color: #6F423D;
}
.TagClassName
{
border-color: #6F423D;
}
</style>