Shades of Ochre #C67B15
Tints of Ochre #C67B15
RGB
CMYK
RGB Variations
Color information
#C67B15 (or 0xC67B15) is known color: Ochre. HEX triplet: C6, 7B and 15. RGB value is (198,123,21). Sum of RGB (Red+Green+Blue) = 198+123+21=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67B15 is #3984EA. Grayscale: #868686. Windows color (decimal): -3769579 or 1407942. OLE color: 1407942.
HSL color Cylindrical-coordinate representation of color #C67B15: hue angle of 34.58º degrees, saturation: 0.81, 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 #C67B15 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 21 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.22 |
| HSL | 34.58º | 0.81% | 0.43% | - |
| HSV(B) | 34.58º | 0.89% | 0.78% | - |
| XYZ | 30.51 | 26.23 | 4.16 | - |
| YUV | 133.8 | 64.35 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 21 | 0 | 0.38 | 0.89 | 0.22 | 34.58 | 0.81 | 0.43 |
| Hex | C6 | 7B | 15 | 0 | 26 | 59 | 16 | 23 | 51 | 2B |
| Octal | 306 | 173 | 25 | 0 | 46 | 131 | 26 | 43 | 121 | 53 |
| Binary | 11000110 | 1111011 | 10101 | 0 | 100110 | 1011001 | 10110 | 100011 | 1010001 | 101011 |
Color Harmonies of #C67B15
Complementary color
Monochromatic Colors of #C67B15
Black with #C67B15
Text Example
Text Example
White with #C67B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B15; }
p { color: rgb(198,123,21); }
H1.HeaderClassName
{
color: #C67B15;
}
.AnyTagClassName
{
color: #C67B15;
}
</style>
background-color css
<style>
a { background-color: #C67B15; }
a { background-color: rgb(198,123,21); }
div.DivClassName
{
background-color: #C67B15;
}
.BgClassName
{
background-color: #C67B15;
}
</style>
border-color css
<style>
span { border-color: #C67B15; }
span { border-color: rgb(198,123,21); }
td.TdClassName
{
border-color: #C67B15;
}
.TagClassName
{
border-color: #C67B15;
}
</style>