Shades of Bull Shot #6D402C
Tints of Bull Shot #6D402C
RGB
CMYK
RGB Variations
Color information
#6D402C (or 0x6D402C) is known color: Bull Shot. HEX triplet: 6D, 40 and 2C. RGB value is (109,64,44). Sum of RGB (Red+Green+Blue) = 109+64+44=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D402C is #92BFD3. Grayscale: #4B4B4B. Windows color (decimal): -9617364 or 2900077. OLE color: 2900077.
HSL color Cylindrical-coordinate representation of color #6D402C: hue angle of 18.46º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D402C is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 64 | 44 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.57 |
| HSL | 18.46º | 0.42% | 0.3% | - |
| HSV(B) | 18.46º | 0.6% | 0.43% | - |
| XYZ | 8.59 | 7.1 | 3.3 | - |
| YUV | 75.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 44 | 0 | 0.41 | 0.60 | 0.57 | 18.46 | 0.42 | 0.3 |
| Hex | 6D | 40 | 2C | 0 | 29 | 3C | 39 | 12 | 2A | 1E |
| Octal | 155 | 100 | 54 | 0 | 51 | 74 | 71 | 22 | 52 | 36 |
| Binary | 1101101 | 1000000 | 101100 | 0 | 101001 | 111100 | 111001 | 10010 | 101010 | 11110 |
Color Harmonies of #6D402C
Complementary color
Monochromatic Colors of #6D402C
Black with #6D402C
Text Example
Text Example
White with #6D402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D402C; }
p { color: rgb(109,64,44); }
H1.HeaderClassName
{
color: #6D402C;
}
.AnyTagClassName
{
color: #6D402C;
}
</style>
background-color css
<style>
a { background-color: #6D402C; }
a { background-color: rgb(109,64,44); }
div.DivClassName
{
background-color: #6D402C;
}
.BgClassName
{
background-color: #6D402C;
}
</style>
border-color css
<style>
span { border-color: #6D402C; }
span { border-color: rgb(109,64,44); }
td.TdClassName
{
border-color: #6D402C;
}
.TagClassName
{
border-color: #6D402C;
}
</style>