Shades of Ochre #C6722B
Tints of Ochre #C6722B
RGB
CMYK
RGB Variations
Color information
#C6722B (or 0xC6722B) is known color: Ochre. HEX triplet: C6, 72 and 2B. RGB value is (198,114,43). Sum of RGB (Red+Green+Blue) = 198+114+43=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6722B is #398DD4. Grayscale: #838383. Windows color (decimal): -3771861 or 2847430. OLE color: 2847430.
HSL color Cylindrical-coordinate representation of color #C6722B: hue angle of 27.48º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6722B is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 43 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.22 |
| HSL | 27.48º | 0.64% | 0.47% | - |
| HSV(B) | 27.48º | 0.78% | 0.78% | - |
| XYZ | 29.74 | 24.21 | 5.39 | - |
| YUV | 131.02 | 78.33 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 43 | 0 | 0.42 | 0.78 | 0.22 | 27.48 | 0.64 | 0.47 |
| Hex | C6 | 72 | 2B | 0 | 2A | 4E | 16 | 1B | 40 | 2F |
| Octal | 306 | 162 | 53 | 0 | 52 | 116 | 26 | 33 | 100 | 57 |
| Binary | 11000110 | 1110010 | 101011 | 0 | 101010 | 1001110 | 10110 | 11011 | 1000000 | 101111 |
Color Harmonies of #C6722B
Complementary color
Monochromatic Colors of #C6722B
Black with #C6722B
Text Example
Text Example
White with #C6722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6722B; }
p { color: rgb(198,114,43); }
H1.HeaderClassName
{
color: #C6722B;
}
.AnyTagClassName
{
color: #C6722B;
}
</style>
background-color css
<style>
a { background-color: #C6722B; }
a { background-color: rgb(198,114,43); }
div.DivClassName
{
background-color: #C6722B;
}
.BgClassName
{
background-color: #C6722B;
}
</style>
border-color css
<style>
span { border-color: #C6722B; }
span { border-color: rgb(198,114,43); }
td.TdClassName
{
border-color: #C6722B;
}
.TagClassName
{
border-color: #C6722B;
}
</style>