Shades of Bull Shot #6E442F
Tints of Bull Shot #6E442F
RGB
CMYK
RGB Variations
Color information
#6E442F (or 0x6E442F) is known color: Bull Shot. HEX triplet: 6E, 44 and 2F. RGB value is (110,68,47). Sum of RGB (Red+Green+Blue) = 110+68+47=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E442F is #91BBD0. Grayscale: #4E4E4E. Windows color (decimal): -9550801 or 3097710. OLE color: 3097710.
HSL color Cylindrical-coordinate representation of color #6E442F: hue angle of 20º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E442F is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 68 | 47 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.57 |
| HSL | 20º | 0.4% | 0.31% | - |
| HSV(B) | 20º | 0.57% | 0.43% | - |
| XYZ | 9.01 | 7.65 | 3.69 | - |
| YUV | 78.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 68 | 47 | 0 | 0.38 | 0.57 | 0.57 | 20 | 0.4 | 0.31 |
| Hex | 6E | 44 | 2F | 0 | 26 | 39 | 39 | 14 | 28 | 1F |
| Octal | 156 | 104 | 57 | 0 | 46 | 71 | 71 | 24 | 50 | 37 |
| Binary | 1101110 | 1000100 | 101111 | 0 | 100110 | 111001 | 111001 | 10100 | 101000 | 11111 |
Color Harmonies of #6E442F
Complementary color
Monochromatic Colors of #6E442F
Black with #6E442F
Text Example
Text Example
White with #6E442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E442F; }
p { color: rgb(110,68,47); }
H1.HeaderClassName
{
color: #6E442F;
}
.AnyTagClassName
{
color: #6E442F;
}
</style>
background-color css
<style>
a { background-color: #6E442F; }
a { background-color: rgb(110,68,47); }
div.DivClassName
{
background-color: #6E442F;
}
.BgClassName
{
background-color: #6E442F;
}
</style>
border-color css
<style>
span { border-color: #6E442F; }
span { border-color: rgb(110,68,47); }
td.TdClassName
{
border-color: #6E442F;
}
.TagClassName
{
border-color: #6E442F;
}
</style>