Shades of Ochre #C67B12
Tints of Ochre #C67B12
RGB
CMYK
RGB Variations
Color information
#C67B12 (or 0xC67B12) is known color: Ochre. HEX triplet: C6, 7B and 12. RGB value is (198,123,18). Sum of RGB (Red+Green+Blue) = 198+123+18=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67B12 is #3984ED. Grayscale: #858585. Windows color (decimal): -3769582 or 1211334. OLE color: 1211334.
HSL color Cylindrical-coordinate representation of color #C67B12: hue angle of 35º degrees, saturation: 0.83, 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 #C67B12 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 18 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.22 |
| HSL | 35º | 0.83% | 0.42% | - |
| HSV(B) | 35º | 0.91% | 0.78% | - |
| XYZ | 30.48 | 26.22 | 4.03 | - |
| YUV | 133.46 | 62.85 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 18 | 0 | 0.38 | 0.91 | 0.22 | 35 | 0.83 | 0.42 |
| Hex | C6 | 7B | 12 | 0 | 26 | 5B | 16 | 23 | 53 | 2A |
| Octal | 306 | 173 | 22 | 0 | 46 | 133 | 26 | 43 | 123 | 52 |
| Binary | 11000110 | 1111011 | 10010 | 0 | 100110 | 1011011 | 10110 | 100011 | 1010011 | 101010 |
Color Harmonies of #C67B12
Complementary color
Monochromatic Colors of #C67B12
Black with #C67B12
Text Example
Text Example
White with #C67B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B12; }
p { color: rgb(198,123,18); }
H1.HeaderClassName
{
color: #C67B12;
}
.AnyTagClassName
{
color: #C67B12;
}
</style>
background-color css
<style>
a { background-color: #C67B12; }
a { background-color: rgb(198,123,18); }
div.DivClassName
{
background-color: #C67B12;
}
.BgClassName
{
background-color: #C67B12;
}
</style>
border-color css
<style>
span { border-color: #C67B12; }
span { border-color: rgb(198,123,18); }
td.TdClassName
{
border-color: #C67B12;
}
.TagClassName
{
border-color: #C67B12;
}
</style>