Shades of Bull Shot #6F422A
Tints of Bull Shot #6F422A
RGB
CMYK
RGB Variations
Color information
#6F422A (or 0x6F422A) is known color: Bull Shot. HEX triplet: 6F, 42 and 2A. RGB value is (111,66,42). Sum of RGB (Red+Green+Blue) = 111+66+42=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F422A is #90BDD5. Grayscale: #4C4C4C. Windows color (decimal): -9485782 or 2769519. OLE color: 2769519.
HSL color Cylindrical-coordinate representation of color #6F422A: hue angle of 20.87º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F422A is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 66 | 42 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.56 |
| HSL | 20.87º | 0.45% | 0.3% | - |
| HSV(B) | 20.87º | 0.62% | 0.44% | - |
| XYZ | 8.92 | 7.44 | 3.16 | - |
| YUV | 76.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 42 | 0 | 0.41 | 0.62 | 0.56 | 20.87 | 0.45 | 0.3 |
| Hex | 6F | 42 | 2A | 0 | 29 | 3E | 38 | 15 | 2D | 1E |
| Octal | 157 | 102 | 52 | 0 | 51 | 76 | 70 | 25 | 55 | 36 |
| Binary | 1101111 | 1000010 | 101010 | 0 | 101001 | 111110 | 111000 | 10101 | 101101 | 11110 |
Color Harmonies of #6F422A
Complementary color
Monochromatic Colors of #6F422A
Black with #6F422A
Text Example
Text Example
White with #6F422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F422A; }
p { color: rgb(111,66,42); }
H1.HeaderClassName
{
color: #6F422A;
}
.AnyTagClassName
{
color: #6F422A;
}
</style>
background-color css
<style>
a { background-color: #6F422A; }
a { background-color: rgb(111,66,42); }
div.DivClassName
{
background-color: #6F422A;
}
.BgClassName
{
background-color: #6F422A;
}
</style>
border-color css
<style>
span { border-color: #6F422A; }
span { border-color: rgb(111,66,42); }
td.TdClassName
{
border-color: #6F422A;
}
.TagClassName
{
border-color: #6F422A;
}
</style>