Shades of Ochre #C68317
Tints of Ochre #C68317
RGB
CMYK
RGB Variations
Color information
#C68317 (or 0xC68317) is known color: Ochre. HEX triplet: C6, 83 and 17. RGB value is (198,131,23). Sum of RGB (Red+Green+Blue) = 198+131+23=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C68317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68317 is #397CE8. Grayscale: #8B8B8B. Windows color (decimal): -3767529 or 1541062. OLE color: 1541062.
HSL color Cylindrical-coordinate representation of color #C68317: hue angle of 37.03º 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 #C68317 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 23 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.22 |
| HSL | 37.03º | 0.79% | 0.43% | - |
| HSV(B) | 37.03º | 0.88% | 0.78% | - |
| XYZ | 31.56 | 28.3 | 4.61 | - |
| YUV | 138.72 | 62.7 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 23 | 0 | 0.34 | 0.88 | 0.22 | 37.03 | 0.79 | 0.43 |
| Hex | C6 | 83 | 17 | 0 | 22 | 58 | 16 | 25 | 4F | 2B |
| Octal | 306 | 203 | 27 | 0 | 42 | 130 | 26 | 45 | 117 | 53 |
| Binary | 11000110 | 10000011 | 10111 | 0 | 100010 | 1011000 | 10110 | 100101 | 1001111 | 101011 |
Color Harmonies of #C68317
Complementary color
Monochromatic Colors of #C68317
Black with #C68317
Text Example
Text Example
White with #C68317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68317; }
p { color: rgb(198,131,23); }
H1.HeaderClassName
{
color: #C68317;
}
.AnyTagClassName
{
color: #C68317;
}
</style>
background-color css
<style>
a { background-color: #C68317; }
a { background-color: rgb(198,131,23); }
div.DivClassName
{
background-color: #C68317;
}
.BgClassName
{
background-color: #C68317;
}
</style>
border-color css
<style>
span { border-color: #C68317; }
span { border-color: rgb(198,131,23); }
td.TdClassName
{
border-color: #C68317;
}
.TagClassName
{
border-color: #C68317;
}
</style>