Shades of Bull Shot #6C4130
Tints of Bull Shot #6C4130
RGB
CMYK
RGB Variations
Color information
#6C4130 (or 0x6C4130) is known color: Bull Shot. HEX triplet: 6C, 41 and 30. RGB value is (108,65,48). Sum of RGB (Red+Green+Blue) = 108+65+48=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4130 is #93BECF. Grayscale: #4C4C4C. Windows color (decimal): -9682640 or 3162476. OLE color: 3162476.
HSL color Cylindrical-coordinate representation of color #6C4130: hue angle of 17º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C4130 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 65 | 48 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.58 |
| HSL | 17º | 0.38% | 0.31% | - |
| HSV(B) | 17º | 0.56% | 0.42% | - |
| XYZ | 8.61 | 7.18 | 3.73 | - |
| YUV | 75.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 65 | 48 | 0 | 0.40 | 0.56 | 0.58 | 17 | 0.38 | 0.31 |
| Hex | 6C | 41 | 30 | 0 | 28 | 38 | 3A | 11 | 26 | 1F |
| Octal | 154 | 101 | 60 | 0 | 50 | 70 | 72 | 21 | 46 | 37 |
| Binary | 1101100 | 1000001 | 110000 | 0 | 101000 | 111000 | 111010 | 10001 | 100110 | 11111 |
Color Harmonies of #6C4130
Complementary color
Monochromatic Colors of #6C4130
Black with #6C4130
Text Example
Text Example
White with #6C4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4130; }
p { color: rgb(108,65,48); }
H1.HeaderClassName
{
color: #6C4130;
}
.AnyTagClassName
{
color: #6C4130;
}
</style>
background-color css
<style>
a { background-color: #6C4130; }
a { background-color: rgb(108,65,48); }
div.DivClassName
{
background-color: #6C4130;
}
.BgClassName
{
background-color: #6C4130;
}
</style>
border-color css
<style>
span { border-color: #6C4130; }
span { border-color: rgb(108,65,48); }
td.TdClassName
{
border-color: #6C4130;
}
.TagClassName
{
border-color: #6C4130;
}
</style>