Shades of Ochre #C67316
Tints of Ochre #C67316
RGB
CMYK
RGB Variations
Color information
#C67316 (or 0xC67316) is known color: Ochre. HEX triplet: C6, 73 and 16. RGB value is (198,115,22). Sum of RGB (Red+Green+Blue) = 198+115+22=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C67316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67316 is #398CE9. Grayscale: #818181. Windows color (decimal): -3771626 or 1471430. OLE color: 1471430.
HSL color Cylindrical-coordinate representation of color #C67316: hue angle of 31.7º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C67316 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 22 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.22 |
| HSL | 31.7º | 0.8% | 0.43% | - |
| HSV(B) | 31.7º | 0.89% | 0.78% | - |
| XYZ | 29.56 | 24.33 | 3.9 | - |
| YUV | 129.22 | 67.5 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 22 | 0 | 0.42 | 0.89 | 0.22 | 31.7 | 0.8 | 0.43 |
| Hex | C6 | 73 | 16 | 0 | 2A | 59 | 16 | 20 | 50 | 2B |
| Octal | 306 | 163 | 26 | 0 | 52 | 131 | 26 | 40 | 120 | 53 |
| Binary | 11000110 | 1110011 | 10110 | 0 | 101010 | 1011001 | 10110 | 100000 | 1010000 | 101011 |
Color Harmonies of #C67316
Complementary color
Monochromatic Colors of #C67316
Black with #C67316
Text Example
Text Example
White with #C67316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67316; }
p { color: rgb(198,115,22); }
H1.HeaderClassName
{
color: #C67316;
}
.AnyTagClassName
{
color: #C67316;
}
</style>
background-color css
<style>
a { background-color: #C67316; }
a { background-color: rgb(198,115,22); }
div.DivClassName
{
background-color: #C67316;
}
.BgClassName
{
background-color: #C67316;
}
</style>
border-color css
<style>
span { border-color: #C67316; }
span { border-color: rgb(198,115,22); }
td.TdClassName
{
border-color: #C67316;
}
.TagClassName
{
border-color: #C67316;
}
</style>