Shades of Ochre #C98617
Tints of Ochre #C98617
RGB
CMYK
RGB Variations
Color information
#C98617 (or 0xC98617) is known color: Ochre. HEX triplet: C9, 86 and 17. RGB value is (201,134,23). Sum of RGB (Red+Green+Blue) = 201+134+23=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C98617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98617 is #3679E8. Grayscale: #8D8D8D. Windows color (decimal): -3570153 or 1541833. OLE color: 1541833.
HSL color Cylindrical-coordinate representation of color #C98617: hue angle of 37.42º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C98617 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 23 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.21 |
| HSL | 37.42º | 0.79% | 0.44% | - |
| HSV(B) | 37.42º | 0.89% | 0.79% | - |
| XYZ | 32.77 | 29.53 | 4.78 | - |
| YUV | 141.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 23 | 0 | 0.33 | 0.89 | 0.21 | 37.42 | 0.79 | 0.44 |
| Hex | C9 | 86 | 17 | 0 | 21 | 59 | 15 | 25 | 4F | 2C |
| Octal | 311 | 206 | 27 | 0 | 41 | 131 | 25 | 45 | 117 | 54 |
| Binary | 11001001 | 10000110 | 10111 | 0 | 100001 | 1011001 | 10101 | 100101 | 1001111 | 101100 |
Color Harmonies of #C98617
Complementary color
Monochromatic Colors of #C98617
Black with #C98617
Text Example
Text Example
White with #C98617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98617; }
p { color: rgb(201,134,23); }
H1.HeaderClassName
{
color: #C98617;
}
.AnyTagClassName
{
color: #C98617;
}
</style>
background-color css
<style>
a { background-color: #C98617; }
a { background-color: rgb(201,134,23); }
div.DivClassName
{
background-color: #C98617;
}
.BgClassName
{
background-color: #C98617;
}
</style>
border-color css
<style>
span { border-color: #C98617; }
span { border-color: rgb(201,134,23); }
td.TdClassName
{
border-color: #C98617;
}
.TagClassName
{
border-color: #C98617;
}
</style>