Shades of Ochre #C67209
Tints of Ochre #C67209
RGB
CMYK
RGB Variations
Color information
#C67209 (or 0xC67209) is known color: Ochre. HEX triplet: C6, 72 and 09. RGB value is (198,114,9). Sum of RGB (Red+Green+Blue) = 198+114+9=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C67209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67209 is #398DF6. Grayscale: #7F7F7F. Windows color (decimal): -3771895 or 619206. OLE color: 619206.
HSL color Cylindrical-coordinate representation of color #C67209: hue angle of 33.33º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C67209 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 9 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.22 |
| HSL | 33.33º | 0.91% | 0.41% | - |
| HSV(B) | 33.33º | 0.95% | 0.78% | - |
| XYZ | 29.36 | 24.06 | 3.36 | - |
| YUV | 127.15 | 61.33 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 9 | 0 | 0.42 | 0.95 | 0.22 | 33.33 | 0.91 | 0.41 |
| Hex | C6 | 72 | 9 | 0 | 2A | 5F | 16 | 21 | 5B | 29 |
| Octal | 306 | 162 | 11 | 0 | 52 | 137 | 26 | 41 | 133 | 51 |
| Binary | 11000110 | 1110010 | 1001 | 0 | 101010 | 1011111 | 10110 | 100001 | 1011011 | 101001 |
Color Harmonies of #C67209
Complementary color
Monochromatic Colors of #C67209
Black with #C67209
Text Example
Text Example
White with #C67209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67209; }
p { color: rgb(198,114,9); }
H1.HeaderClassName
{
color: #C67209;
}
.AnyTagClassName
{
color: #C67209;
}
</style>
background-color css
<style>
a { background-color: #C67209; }
a { background-color: rgb(198,114,9); }
div.DivClassName
{
background-color: #C67209;
}
.BgClassName
{
background-color: #C67209;
}
</style>
border-color css
<style>
span { border-color: #C67209; }
span { border-color: rgb(198,114,9); }
td.TdClassName
{
border-color: #C67209;
}
.TagClassName
{
border-color: #C67209;
}
</style>