Shades of Ochre #C97621
Tints of Ochre #C97621
RGB
CMYK
RGB Variations
Color information
#C97621 (or 0xC97621) is known color: Ochre. HEX triplet: C9, 76 and 21. RGB value is (201,118,33). Sum of RGB (Red+Green+Blue) = 201+118+33=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C97621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97621 is #3689DE. Grayscale: #858585. Windows color (decimal): -3574239 or 2193097. OLE color: 2193097.
HSL color Cylindrical-coordinate representation of color #C97621: hue angle of 30.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C97621 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 33 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.21 |
| HSL | 30.36º | 0.72% | 0.46% | - |
| HSV(B) | 30.36º | 0.84% | 0.79% | - |
| XYZ | 30.84 | 25.48 | 4.73 | - |
| YUV | 133.13 | 71.5 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 33 | 0 | 0.41 | 0.84 | 0.21 | 30.36 | 0.72 | 0.46 |
| Hex | C9 | 76 | 21 | 0 | 29 | 54 | 15 | 1E | 48 | 2E |
| Octal | 311 | 166 | 41 | 0 | 51 | 124 | 25 | 36 | 110 | 56 |
| Binary | 11001001 | 1110110 | 100001 | 0 | 101001 | 1010100 | 10101 | 11110 | 1001000 | 101110 |
Color Harmonies of #C97621
Complementary color
Monochromatic Colors of #C97621
Black with #C97621
Text Example
Text Example
White with #C97621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97621; }
p { color: rgb(201,118,33); }
H1.HeaderClassName
{
color: #C97621;
}
.AnyTagClassName
{
color: #C97621;
}
</style>
background-color css
<style>
a { background-color: #C97621; }
a { background-color: rgb(201,118,33); }
div.DivClassName
{
background-color: #C97621;
}
.BgClassName
{
background-color: #C97621;
}
</style>
border-color css
<style>
span { border-color: #C97621; }
span { border-color: rgb(201,118,33); }
td.TdClassName
{
border-color: #C97621;
}
.TagClassName
{
border-color: #C97621;
}
</style>