Shades of Ochre #C67B17
Tints of Ochre #C67B17
RGB
CMYK
RGB Variations
Color information
#C67B17 (or 0xC67B17) is known color: Ochre. HEX triplet: C6, 7B and 17. RGB value is (198,123,23). Sum of RGB (Red+Green+Blue) = 198+123+23=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67B17 is #3984E8. Grayscale: #868686. Windows color (decimal): -3769577 or 1539014. OLE color: 1539014.
HSL color Cylindrical-coordinate representation of color #C67B17: hue angle of 34.29º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C67B17 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 23 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.22 |
| HSL | 34.29º | 0.79% | 0.43% | - |
| HSV(B) | 34.29º | 0.88% | 0.78% | - |
| XYZ | 30.53 | 26.23 | 4.27 | - |
| YUV | 134.03 | 65.35 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 23 | 0 | 0.38 | 0.88 | 0.22 | 34.29 | 0.79 | 0.43 |
| Hex | C6 | 7B | 17 | 0 | 26 | 58 | 16 | 22 | 4F | 2B |
| Octal | 306 | 173 | 27 | 0 | 46 | 130 | 26 | 42 | 117 | 53 |
| Binary | 11000110 | 1111011 | 10111 | 0 | 100110 | 1011000 | 10110 | 100010 | 1001111 | 101011 |
Color Harmonies of #C67B17
Complementary color
Monochromatic Colors of #C67B17
Black with #C67B17
Text Example
Text Example
White with #C67B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B17; }
p { color: rgb(198,123,23); }
H1.HeaderClassName
{
color: #C67B17;
}
.AnyTagClassName
{
color: #C67B17;
}
</style>
background-color css
<style>
a { background-color: #C67B17; }
a { background-color: rgb(198,123,23); }
div.DivClassName
{
background-color: #C67B17;
}
.BgClassName
{
background-color: #C67B17;
}
</style>
border-color css
<style>
span { border-color: #C67B17; }
span { border-color: rgb(198,123,23); }
td.TdClassName
{
border-color: #C67B17;
}
.TagClassName
{
border-color: #C67B17;
}
</style>