Shades of Ochre #C98618
Tints of Ochre #C98618
RGB
CMYK
RGB Variations
Color information
#C98618 (or 0xC98618) is known color: Ochre. HEX triplet: C9, 86 and 18. RGB value is (201,134,24). Sum of RGB (Red+Green+Blue) = 201+134+24=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C98618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98618 is #3679E7. Grayscale: #8E8E8E. Windows color (decimal): -3570152 or 1607369. OLE color: 1607369.
HSL color Cylindrical-coordinate representation of color #C98618: hue angle of 37.29º degrees, saturation: 0.79, 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 #C98618 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 24 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.21 |
| HSL | 37.29º | 0.79% | 0.44% | - |
| HSV(B) | 37.29º | 0.88% | 0.79% | - |
| XYZ | 32.78 | 29.53 | 4.84 | - |
| YUV | 141.49 | 61.7 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 24 | 0 | 0.33 | 0.88 | 0.21 | 37.29 | 0.79 | 0.44 |
| Hex | C9 | 86 | 18 | 0 | 21 | 58 | 15 | 25 | 4F | 2C |
| Octal | 311 | 206 | 30 | 0 | 41 | 130 | 25 | 45 | 117 | 54 |
| Binary | 11001001 | 10000110 | 11000 | 0 | 100001 | 1011000 | 10101 | 100101 | 1001111 | 101100 |
Color Harmonies of #C98618
Complementary color
Monochromatic Colors of #C98618
Black with #C98618
Text Example
Text Example
White with #C98618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98618; }
p { color: rgb(201,134,24); }
H1.HeaderClassName
{
color: #C98618;
}
.AnyTagClassName
{
color: #C98618;
}
</style>
background-color css
<style>
a { background-color: #C98618; }
a { background-color: rgb(201,134,24); }
div.DivClassName
{
background-color: #C98618;
}
.BgClassName
{
background-color: #C98618;
}
</style>
border-color css
<style>
span { border-color: #C98618; }
span { border-color: rgb(201,134,24); }
td.TdClassName
{
border-color: #C98618;
}
.TagClassName
{
border-color: #C98618;
}
</style>