Shades of Bole #6F433C
Tints of Bole #6F433C
RGB
CMYK
RGB Variations
Color information
#6F433C (or 0x6F433C) is known color: Bole. HEX triplet: 6F, 43 and 3C. RGB value is (111,67,60). Sum of RGB (Red+Green+Blue) = 111+67+60=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F433C is #90BCC3. Grayscale: #4F4F4F. Windows color (decimal): -9485508 or 3949423. OLE color: 3949423.
HSL color Cylindrical-coordinate representation of color #6F433C: hue angle of 8.24º 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 #6F433C is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 60 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.56 |
| HSL | 8.24º | 0.3% | 0.34% | - |
| HSV(B) | 8.24º | 0.46% | 0.44% | - |
| XYZ | 9.38 | 7.72 | 5.27 | - |
| YUV | 79.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 60 | 0 | 0.40 | 0.46 | 0.56 | 8.24 | 0.3 | 0.34 |
| Hex | 6F | 43 | 3C | 0 | 28 | 2E | 38 | 8 | 1E | 22 |
| Octal | 157 | 103 | 74 | 0 | 50 | 56 | 70 | 10 | 36 | 42 |
| Binary | 1101111 | 1000011 | 111100 | 0 | 101000 | 101110 | 111000 | 1000 | 11110 | 100010 |
Color Harmonies of #6F433C
Complementary color
Monochromatic Colors of #6F433C
Black with #6F433C
Text Example
Text Example
White with #6F433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F433C; }
p { color: rgb(111,67,60); }
H1.HeaderClassName
{
color: #6F433C;
}
.AnyTagClassName
{
color: #6F433C;
}
</style>
background-color css
<style>
a { background-color: #6F433C; }
a { background-color: rgb(111,67,60); }
div.DivClassName
{
background-color: #6F433C;
}
.BgClassName
{
background-color: #6F433C;
}
</style>
border-color css
<style>
span { border-color: #6F433C; }
span { border-color: rgb(111,67,60); }
td.TdClassName
{
border-color: #6F433C;
}
.TagClassName
{
border-color: #6F433C;
}
</style>