Shades of Bull Shot #6E4331
Tints of Bull Shot #6E4331
RGB
CMYK
RGB Variations
Color information
#6E4331 (or 0x6E4331) is known color: Bull Shot. HEX triplet: 6E, 43 and 31. RGB value is (110,67,49). Sum of RGB (Red+Green+Blue) = 110+67+49=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4331 is #91BCCE. Grayscale: #4D4D4D. Windows color (decimal): -9551055 or 3228526. OLE color: 3228526.
HSL color Cylindrical-coordinate representation of color #6E4331: hue angle of 17.7º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E4331 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 67 | 49 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.57 |
| HSL | 17.7º | 0.38% | 0.31% | - |
| HSV(B) | 17.7º | 0.55% | 0.43% | - |
| XYZ | 8.99 | 7.55 | 3.89 | - |
| YUV | 77.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 49 | 0 | 0.39 | 0.55 | 0.57 | 17.7 | 0.38 | 0.31 |
| Hex | 6E | 43 | 31 | 0 | 27 | 37 | 39 | 12 | 26 | 1F |
| Octal | 156 | 103 | 61 | 0 | 47 | 67 | 71 | 22 | 46 | 37 |
| Binary | 1101110 | 1000011 | 110001 | 0 | 100111 | 110111 | 111001 | 10010 | 100110 | 11111 |
Color Harmonies of #6E4331
Complementary color
Monochromatic Colors of #6E4331
Black with #6E4331
Text Example
Text Example
White with #6E4331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4331; }
p { color: rgb(110,67,49); }
H1.HeaderClassName
{
color: #6E4331;
}
.AnyTagClassName
{
color: #6E4331;
}
</style>
background-color css
<style>
a { background-color: #6E4331; }
a { background-color: rgb(110,67,49); }
div.DivClassName
{
background-color: #6E4331;
}
.BgClassName
{
background-color: #6E4331;
}
</style>
border-color css
<style>
span { border-color: #6E4331; }
span { border-color: rgb(110,67,49); }
td.TdClassName
{
border-color: #6E4331;
}
.TagClassName
{
border-color: #6E4331;
}
</style>