Shades of Ochre #C97611
Tints of Ochre #C97611
RGB
CMYK
RGB Variations
Color information
#C97611 (or 0xC97611) is known color: Ochre. HEX triplet: C9, 76 and 11. RGB value is (201,118,17). Sum of RGB (Red+Green+Blue) = 201+118+17=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C97611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97611 is #3689EE. Grayscale: #838383. Windows color (decimal): -3574255 or 1144521. OLE color: 1144521.
HSL color Cylindrical-coordinate representation of color #C97611: hue angle of 32.93º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C97611 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 17 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.21 |
| HSL | 32.93º | 0.84% | 0.43% | - |
| HSV(B) | 32.93º | 0.92% | 0.79% | - |
| XYZ | 30.67 | 25.41 | 3.82 | - |
| YUV | 131.3 | 63.5 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 17 | 0 | 0.41 | 0.92 | 0.21 | 32.93 | 0.84 | 0.43 |
| Hex | C9 | 76 | 11 | 0 | 29 | 5C | 15 | 21 | 54 | 2B |
| Octal | 311 | 166 | 21 | 0 | 51 | 134 | 25 | 41 | 124 | 53 |
| Binary | 11001001 | 1110110 | 10001 | 0 | 101001 | 1011100 | 10101 | 100001 | 1010100 | 101011 |
Color Harmonies of #C97611
Complementary color
Monochromatic Colors of #C97611
Black with #C97611
Text Example
Text Example
White with #C97611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97611; }
p { color: rgb(201,118,17); }
H1.HeaderClassName
{
color: #C97611;
}
.AnyTagClassName
{
color: #C97611;
}
</style>
background-color css
<style>
a { background-color: #C97611; }
a { background-color: rgb(201,118,17); }
div.DivClassName
{
background-color: #C97611;
}
.BgClassName
{
background-color: #C97611;
}
</style>
border-color css
<style>
span { border-color: #C97611; }
span { border-color: rgb(201,118,17); }
td.TdClassName
{
border-color: #C97611;
}
.TagClassName
{
border-color: #C97611;
}
</style>