Shades of Ochre #C98619
Tints of Ochre #C98619
RGB
CMYK
RGB Variations
Color information
#C98619 (or 0xC98619) is known color: Ochre. HEX triplet: C9, 86 and 19. RGB value is (201,134,25). Sum of RGB (Red+Green+Blue) = 201+134+25=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C98619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98619 is #3679E6. Grayscale: #8E8E8E. Windows color (decimal): -3570151 or 1672905. OLE color: 1672905.
HSL color Cylindrical-coordinate representation of color #C98619: hue angle of 37.16º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C98619 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 25 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.21 |
| HSL | 37.16º | 0.78% | 0.44% | - |
| HSV(B) | 37.16º | 0.88% | 0.79% | - |
| XYZ | 32.79 | 29.54 | 4.89 | - |
| YUV | 141.61 | 62.2 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 25 | 0 | 0.33 | 0.88 | 0.21 | 37.16 | 0.78 | 0.44 |
| Hex | C9 | 86 | 19 | 0 | 21 | 58 | 15 | 25 | 4E | 2C |
| Octal | 311 | 206 | 31 | 0 | 41 | 130 | 25 | 45 | 116 | 54 |
| Binary | 11001001 | 10000110 | 11001 | 0 | 100001 | 1011000 | 10101 | 100101 | 1001110 | 101100 |
Color Harmonies of #C98619
Complementary color
Monochromatic Colors of #C98619
Black with #C98619
Text Example
Text Example
White with #C98619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98619; }
p { color: rgb(201,134,25); }
H1.HeaderClassName
{
color: #C98619;
}
.AnyTagClassName
{
color: #C98619;
}
</style>
background-color css
<style>
a { background-color: #C98619; }
a { background-color: rgb(201,134,25); }
div.DivClassName
{
background-color: #C98619;
}
.BgClassName
{
background-color: #C98619;
}
</style>
border-color css
<style>
span { border-color: #C98619; }
span { border-color: rgb(201,134,25); }
td.TdClassName
{
border-color: #C98619;
}
.TagClassName
{
border-color: #C98619;
}
</style>