Shades of Ochre #C68419
Tints of Ochre #C68419
RGB
CMYK
RGB Variations
Color information
#C68419 (or 0xC68419) is known color: Ochre. HEX triplet: C6, 84 and 19. RGB value is (198,132,25). Sum of RGB (Red+Green+Blue) = 198+132+25=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C68419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68419 is #397BE6. Grayscale: #8C8C8C. Windows color (decimal): -3767271 or 1672390. OLE color: 1672390.
HSL color Cylindrical-coordinate representation of color #C68419: hue angle of 37.11º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C68419 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 25 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.22 |
| HSL | 37.11º | 0.78% | 0.44% | - |
| HSV(B) | 37.11º | 0.87% | 0.78% | - |
| XYZ | 31.72 | 28.58 | 4.76 | - |
| YUV | 139.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 25 | 0 | 0.33 | 0.87 | 0.22 | 37.11 | 0.78 | 0.44 |
| Hex | C6 | 84 | 19 | 0 | 21 | 57 | 16 | 25 | 4E | 2C |
| Octal | 306 | 204 | 31 | 0 | 41 | 127 | 26 | 45 | 116 | 54 |
| Binary | 11000110 | 10000100 | 11001 | 0 | 100001 | 1010111 | 10110 | 100101 | 1001110 | 101100 |
Color Harmonies of #C68419
Complementary color
Monochromatic Colors of #C68419
Black with #C68419
Text Example
Text Example
White with #C68419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68419; }
p { color: rgb(198,132,25); }
H1.HeaderClassName
{
color: #C68419;
}
.AnyTagClassName
{
color: #C68419;
}
</style>
background-color css
<style>
a { background-color: #C68419; }
a { background-color: rgb(198,132,25); }
div.DivClassName
{
background-color: #C68419;
}
.BgClassName
{
background-color: #C68419;
}
</style>
border-color css
<style>
span { border-color: #C68419; }
span { border-color: rgb(198,132,25); }
td.TdClassName
{
border-color: #C68419;
}
.TagClassName
{
border-color: #C68419;
}
</style>