Shades of Ochre #C6741B
Tints of Ochre #C6741B
RGB
CMYK
RGB Variations
Color information
#C6741B (or 0xC6741B) is known color: Ochre. HEX triplet: C6, 74 and 1B. RGB value is (198,116,27). Sum of RGB (Red+Green+Blue) = 198+116+27=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6741B is #398BE4. Grayscale: #828282. Windows color (decimal): -3771365 or 1799366. OLE color: 1799366.
HSL color Cylindrical-coordinate representation of color #C6741B: hue angle of 31.23º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6741B is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 27 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.22 |
| HSL | 31.23º | 0.76% | 0.44% | - |
| HSV(B) | 31.23º | 0.86% | 0.78% | - |
| XYZ | 29.73 | 24.58 | 4.21 | - |
| YUV | 130.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 27 | 0 | 0.41 | 0.86 | 0.22 | 31.23 | 0.76 | 0.44 |
| Hex | C6 | 74 | 1B | 0 | 29 | 56 | 16 | 1F | 4C | 2C |
| Octal | 306 | 164 | 33 | 0 | 51 | 126 | 26 | 37 | 114 | 54 |
| Binary | 11000110 | 1110100 | 11011 | 0 | 101001 | 1010110 | 10110 | 11111 | 1001100 | 101100 |
Color Harmonies of #C6741B
Complementary color
Monochromatic Colors of #C6741B
Black with #C6741B
Text Example
Text Example
White with #C6741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6741B; }
p { color: rgb(198,116,27); }
H1.HeaderClassName
{
color: #C6741B;
}
.AnyTagClassName
{
color: #C6741B;
}
</style>
background-color css
<style>
a { background-color: #C6741B; }
a { background-color: rgb(198,116,27); }
div.DivClassName
{
background-color: #C6741B;
}
.BgClassName
{
background-color: #C6741B;
}
</style>
border-color css
<style>
span { border-color: #C6741B; }
span { border-color: rgb(198,116,27); }
td.TdClassName
{
border-color: #C6741B;
}
.TagClassName
{
border-color: #C6741B;
}
</style>