Shades of Ochre #C67426
Tints of Ochre #C67426
RGB
CMYK
RGB Variations
Color information
#C67426 (or 0xC67426) is known color: Ochre. HEX triplet: C6, 74 and 26. RGB value is (198,116,38). Sum of RGB (Red+Green+Blue) = 198+116+38=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C67426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67426 is #398BD9. Grayscale: #848484. Windows color (decimal): -3771354 or 2520262. OLE color: 2520262.
HSL color Cylindrical-coordinate representation of color #C67426: hue angle of 29.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C67426 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 38 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.22 |
| HSL | 29.25º | 0.68% | 0.46% | - |
| HSV(B) | 29.25º | 0.81% | 0.78% | - |
| XYZ | 29.88 | 24.64 | 5.01 | - |
| YUV | 131.63 | 75.17 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 38 | 0 | 0.41 | 0.81 | 0.22 | 29.25 | 0.68 | 0.46 |
| Hex | C6 | 74 | 26 | 0 | 29 | 51 | 16 | 1D | 44 | 2E |
| Octal | 306 | 164 | 46 | 0 | 51 | 121 | 26 | 35 | 104 | 56 |
| Binary | 11000110 | 1110100 | 100110 | 0 | 101001 | 1010001 | 10110 | 11101 | 1000100 | 101110 |
Color Harmonies of #C67426
Complementary color
Monochromatic Colors of #C67426
Black with #C67426
Text Example
Text Example
White with #C67426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67426; }
p { color: rgb(198,116,38); }
H1.HeaderClassName
{
color: #C67426;
}
.AnyTagClassName
{
color: #C67426;
}
</style>
background-color css
<style>
a { background-color: #C67426; }
a { background-color: rgb(198,116,38); }
div.DivClassName
{
background-color: #C67426;
}
.BgClassName
{
background-color: #C67426;
}
</style>
border-color css
<style>
span { border-color: #C67426; }
span { border-color: rgb(198,116,38); }
td.TdClassName
{
border-color: #C67426;
}
.TagClassName
{
border-color: #C67426;
}
</style>