Shades of Ochre #C67829
Tints of Ochre #C67829
RGB
CMYK
RGB Variations
Color information
#C67829 (or 0xC67829) is known color: Ochre. HEX triplet: C6, 78 and 29. RGB value is (198,120,41). Sum of RGB (Red+Green+Blue) = 198+120+41=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C67829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67829 is #3987D6. Grayscale: #868686. Windows color (decimal): -3770327 or 2717894. OLE color: 2717894.
HSL color Cylindrical-coordinate representation of color #C67829: hue angle of 30.19º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C67829 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 41 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.22 |
| HSL | 30.19º | 0.66% | 0.47% | - |
| HSV(B) | 30.19º | 0.79% | 0.78% | - |
| XYZ | 30.41 | 25.6 | 5.44 | - |
| YUV | 134.32 | 75.34 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 41 | 0 | 0.39 | 0.79 | 0.22 | 30.19 | 0.66 | 0.47 |
| Hex | C6 | 78 | 29 | 0 | 27 | 4F | 16 | 1E | 42 | 2F |
| Octal | 306 | 170 | 51 | 0 | 47 | 117 | 26 | 36 | 102 | 57 |
| Binary | 11000110 | 1111000 | 101001 | 0 | 100111 | 1001111 | 10110 | 11110 | 1000010 | 101111 |
Color Harmonies of #C67829
Complementary color
Monochromatic Colors of #C67829
Black with #C67829
Text Example
Text Example
White with #C67829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67829; }
p { color: rgb(198,120,41); }
H1.HeaderClassName
{
color: #C67829;
}
.AnyTagClassName
{
color: #C67829;
}
</style>
background-color css
<style>
a { background-color: #C67829; }
a { background-color: rgb(198,120,41); }
div.DivClassName
{
background-color: #C67829;
}
.BgClassName
{
background-color: #C67829;
}
</style>
border-color css
<style>
span { border-color: #C67829; }
span { border-color: rgb(198,120,41); }
td.TdClassName
{
border-color: #C67829;
}
.TagClassName
{
border-color: #C67829;
}
</style>