Shades of Ochre #C9861A
Tints of Ochre #C9861A
RGB
CMYK
RGB Variations
Color information
#C9861A (or 0xC9861A) is known color: Ochre. HEX triplet: C9, 86 and 1A. RGB value is (201,134,26). Sum of RGB (Red+Green+Blue) = 201+134+26=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9861A is #3679E5. Grayscale: #8E8E8E. Windows color (decimal): -3570150 or 1738441. OLE color: 1738441.
HSL color Cylindrical-coordinate representation of color #C9861A: hue angle of 37.03º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9861A is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 26 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.21 |
| HSL | 37.03º | 0.77% | 0.45% | - |
| HSV(B) | 37.03º | 0.87% | 0.79% | - |
| XYZ | 32.8 | 29.54 | 4.95 | - |
| YUV | 141.72 | 62.7 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 26 | 0 | 0.33 | 0.87 | 0.21 | 37.03 | 0.77 | 0.45 |
| Hex | C9 | 86 | 1A | 0 | 21 | 57 | 15 | 25 | 4D | 2D |
| Octal | 311 | 206 | 32 | 0 | 41 | 127 | 25 | 45 | 115 | 55 |
| Binary | 11001001 | 10000110 | 11010 | 0 | 100001 | 1010111 | 10101 | 100101 | 1001101 | 101101 |
Color Harmonies of #C9861A
Complementary color
Monochromatic Colors of #C9861A
Black with #C9861A
Text Example
Text Example
White with #C9861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9861A; }
p { color: rgb(201,134,26); }
H1.HeaderClassName
{
color: #C9861A;
}
.AnyTagClassName
{
color: #C9861A;
}
</style>
background-color css
<style>
a { background-color: #C9861A; }
a { background-color: rgb(201,134,26); }
div.DivClassName
{
background-color: #C9861A;
}
.BgClassName
{
background-color: #C9861A;
}
</style>
border-color css
<style>
span { border-color: #C9861A; }
span { border-color: rgb(201,134,26); }
td.TdClassName
{
border-color: #C9861A;
}
.TagClassName
{
border-color: #C9861A;
}
</style>