Shades of Bull Shot #6C422E
Tints of Bull Shot #6C422E
RGB
CMYK
RGB Variations
Color information
#6C422E (or 0x6C422E) is known color: Bull Shot. HEX triplet: 6C, 42 and 2E. RGB value is (108,66,46). Sum of RGB (Red+Green+Blue) = 108+66+46=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C422E is #93BDD1. Grayscale: #4C4C4C. Windows color (decimal): -9682386 or 3031660. OLE color: 3031660.
HSL color Cylindrical-coordinate representation of color #6C422E: hue angle of 19.35º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C422E is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 66 | 46 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.58 |
| HSL | 19.35º | 0.4% | 0.3% | - |
| HSV(B) | 19.35º | 0.57% | 0.42% | - |
| XYZ | 8.63 | 7.28 | 3.54 | - |
| YUV | 76.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 46 | 0 | 0.39 | 0.57 | 0.58 | 19.35 | 0.4 | 0.3 |
| Hex | 6C | 42 | 2E | 0 | 27 | 39 | 3A | 13 | 28 | 1E |
| Octal | 154 | 102 | 56 | 0 | 47 | 71 | 72 | 23 | 50 | 36 |
| Binary | 1101100 | 1000010 | 101110 | 0 | 100111 | 111001 | 111010 | 10011 | 101000 | 11110 |
Color Harmonies of #6C422E
Complementary color
Monochromatic Colors of #6C422E
Black with #6C422E
Text Example
Text Example
White with #6C422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C422E; }
p { color: rgb(108,66,46); }
H1.HeaderClassName
{
color: #6C422E;
}
.AnyTagClassName
{
color: #6C422E;
}
</style>
background-color css
<style>
a { background-color: #6C422E; }
a { background-color: rgb(108,66,46); }
div.DivClassName
{
background-color: #6C422E;
}
.BgClassName
{
background-color: #6C422E;
}
</style>
border-color css
<style>
span { border-color: #6C422E; }
span { border-color: rgb(108,66,46); }
td.TdClassName
{
border-color: #6C422E;
}
.TagClassName
{
border-color: #6C422E;
}
</style>