Shades of Bull Shot #6D4330
Tints of Bull Shot #6D4330
RGB
CMYK
RGB Variations
Color information
#6D4330 (or 0x6D4330) is known color: Bull Shot. HEX triplet: 6D, 43 and 30. RGB value is (109,67,48). Sum of RGB (Red+Green+Blue) = 109+67+48=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4330 is #92BCCF. Grayscale: #4D4D4D. Windows color (decimal): -9616592 or 3162989. OLE color: 3162989.
HSL color Cylindrical-coordinate representation of color #6D4330: hue angle of 18.69º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D4330 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 48 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.57 |
| HSL | 18.69º | 0.39% | 0.31% | - |
| HSV(B) | 18.69º | 0.56% | 0.43% | - |
| XYZ | 8.85 | 7.48 | 3.77 | - |
| YUV | 77.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 48 | 0 | 0.39 | 0.56 | 0.57 | 18.69 | 0.39 | 0.31 |
| Hex | 6D | 43 | 30 | 0 | 27 | 38 | 39 | 13 | 27 | 1F |
| Octal | 155 | 103 | 60 | 0 | 47 | 70 | 71 | 23 | 47 | 37 |
| Binary | 1101101 | 1000011 | 110000 | 0 | 100111 | 111000 | 111001 | 10011 | 100111 | 11111 |
Color Harmonies of #6D4330
Complementary color
Monochromatic Colors of #6D4330
Black with #6D4330
Text Example
Text Example
White with #6D4330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4330; }
p { color: rgb(109,67,48); }
H1.HeaderClassName
{
color: #6D4330;
}
.AnyTagClassName
{
color: #6D4330;
}
</style>
background-color css
<style>
a { background-color: #6D4330; }
a { background-color: rgb(109,67,48); }
div.DivClassName
{
background-color: #6D4330;
}
.BgClassName
{
background-color: #6D4330;
}
</style>
border-color css
<style>
span { border-color: #6D4330; }
span { border-color: rgb(109,67,48); }
td.TdClassName
{
border-color: #6D4330;
}
.TagClassName
{
border-color: #6D4330;
}
</style>