Shades of Ochre #C9861B
Tints of Ochre #C9861B
RGB
CMYK
RGB Variations
Color information
#C9861B (or 0xC9861B) is known color: Ochre. HEX triplet: C9, 86 and 1B. RGB value is (201,134,27). Sum of RGB (Red+Green+Blue) = 201+134+27=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9861B is #3679E4. Grayscale: #8E8E8E. Windows color (decimal): -3570149 or 1803977. OLE color: 1803977.
HSL color Cylindrical-coordinate representation of color #C9861B: hue angle of 36.9º degrees, saturation: 0.76, 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 #C9861B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 27 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.21 |
| HSL | 36.9º | 0.76% | 0.45% | - |
| HSV(B) | 36.9º | 0.87% | 0.79% | - |
| XYZ | 32.81 | 29.55 | 5.01 | - |
| YUV | 141.84 | 63.2 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 27 | 0 | 0.33 | 0.87 | 0.21 | 36.9 | 0.76 | 0.45 |
| Hex | C9 | 86 | 1B | 0 | 21 | 57 | 15 | 25 | 4C | 2D |
| Octal | 311 | 206 | 33 | 0 | 41 | 127 | 25 | 45 | 114 | 55 |
| Binary | 11001001 | 10000110 | 11011 | 0 | 100001 | 1010111 | 10101 | 100101 | 1001100 | 101101 |
Color Harmonies of #C9861B
Complementary color
Monochromatic Colors of #C9861B
Black with #C9861B
Text Example
Text Example
White with #C9861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9861B; }
p { color: rgb(201,134,27); }
H1.HeaderClassName
{
color: #C9861B;
}
.AnyTagClassName
{
color: #C9861B;
}
</style>
background-color css
<style>
a { background-color: #C9861B; }
a { background-color: rgb(201,134,27); }
div.DivClassName
{
background-color: #C9861B;
}
.BgClassName
{
background-color: #C9861B;
}
</style>
border-color css
<style>
span { border-color: #C9861B; }
span { border-color: rgb(201,134,27); }
td.TdClassName
{
border-color: #C9861B;
}
.TagClassName
{
border-color: #C9861B;
}
</style>