Shades of Ochre #C67B11
Tints of Ochre #C67B11
RGB
CMYK
RGB Variations
Color information
#C67B11 (or 0xC67B11) is known color: Ochre. HEX triplet: C6, 7B and 11. RGB value is (198,123,17). Sum of RGB (Red+Green+Blue) = 198+123+17=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67B11 is #3984EE. Grayscale: #858585. Windows color (decimal): -3769583 or 1145798. OLE color: 1145798.
HSL color Cylindrical-coordinate representation of color #C67B11: hue angle of 35.14º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C67B11 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 17 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.22 |
| HSL | 35.14º | 0.84% | 0.42% | - |
| HSV(B) | 35.14º | 0.91% | 0.78% | - |
| XYZ | 30.47 | 26.21 | 3.98 | - |
| YUV | 133.34 | 62.35 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 17 | 0 | 0.38 | 0.91 | 0.22 | 35.14 | 0.84 | 0.42 |
| Hex | C6 | 7B | 11 | 0 | 26 | 5B | 16 | 23 | 54 | 2A |
| Octal | 306 | 173 | 21 | 0 | 46 | 133 | 26 | 43 | 124 | 52 |
| Binary | 11000110 | 1111011 | 10001 | 0 | 100110 | 1011011 | 10110 | 100011 | 1010100 | 101010 |
Color Harmonies of #C67B11
Complementary color
Monochromatic Colors of #C67B11
Black with #C67B11
Text Example
Text Example
White with #C67B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B11; }
p { color: rgb(198,123,17); }
H1.HeaderClassName
{
color: #C67B11;
}
.AnyTagClassName
{
color: #C67B11;
}
</style>
background-color css
<style>
a { background-color: #C67B11; }
a { background-color: rgb(198,123,17); }
div.DivClassName
{
background-color: #C67B11;
}
.BgClassName
{
background-color: #C67B11;
}
</style>
border-color css
<style>
span { border-color: #C67B11; }
span { border-color: rgb(198,123,17); }
td.TdClassName
{
border-color: #C67B11;
}
.TagClassName
{
border-color: #C67B11;
}
</style>