Shades of Bull Shot #6F412E
Tints of Bull Shot #6F412E
RGB
CMYK
RGB Variations
Color information
#6F412E (or 0x6F412E) is known color: Bull Shot. HEX triplet: 6F, 41 and 2E. RGB value is (111,65,46). Sum of RGB (Red+Green+Blue) = 111+65+46=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F412E is #90BED1. Grayscale: #4C4C4C. Windows color (decimal): -9486034 or 3031407. OLE color: 3031407.
HSL color Cylindrical-coordinate representation of color #6F412E: hue angle of 17.54º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F412E is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 46 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.56 |
| HSL | 17.54º | 0.41% | 0.31% | - |
| HSV(B) | 17.54º | 0.59% | 0.44% | - |
| XYZ | 8.94 | 7.36 | 3.53 | - |
| YUV | 76.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 46 | 0 | 0.41 | 0.59 | 0.56 | 17.54 | 0.41 | 0.31 |
| Hex | 6F | 41 | 2E | 0 | 29 | 3B | 38 | 12 | 29 | 1F |
| Octal | 157 | 101 | 56 | 0 | 51 | 73 | 70 | 22 | 51 | 37 |
| Binary | 1101111 | 1000001 | 101110 | 0 | 101001 | 111011 | 111000 | 10010 | 101001 | 11111 |
Color Harmonies of #6F412E
Complementary color
Monochromatic Colors of #6F412E
Black with #6F412E
Text Example
Text Example
White with #6F412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F412E; }
p { color: rgb(111,65,46); }
H1.HeaderClassName
{
color: #6F412E;
}
.AnyTagClassName
{
color: #6F412E;
}
</style>
background-color css
<style>
a { background-color: #6F412E; }
a { background-color: rgb(111,65,46); }
div.DivClassName
{
background-color: #6F412E;
}
.BgClassName
{
background-color: #6F412E;
}
</style>
border-color css
<style>
span { border-color: #6F412E; }
span { border-color: rgb(111,65,46); }
td.TdClassName
{
border-color: #6F412E;
}
.TagClassName
{
border-color: #6F412E;
}
</style>