Shades of Ochre #C67926
Tints of Ochre #C67926
RGB
CMYK
RGB Variations
Color information
#C67926 (or 0xC67926) is known color: Ochre. HEX triplet: C6, 79 and 26. RGB value is (198,121,38). Sum of RGB (Red+Green+Blue) = 198+121+38=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C67926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67926 is #3986D9. Grayscale: #868686. Windows color (decimal): -3770074 or 2521542. OLE color: 2521542.
HSL color Cylindrical-coordinate representation of color #C67926: hue angle of 31.12º 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 #C67926 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 38 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.22 |
| HSL | 31.13º | 0.68% | 0.46% | - |
| HSV(B) | 31.13º | 0.81% | 0.78% | - |
| XYZ | 30.48 | 25.82 | 5.21 | - |
| YUV | 134.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 38 | 0 | 0.39 | 0.81 | 0.22 | 31.13 | 0.68 | 0.46 |
| Hex | C6 | 79 | 26 | 0 | 27 | 51 | 16 | 1F | 44 | 2E |
| Octal | 306 | 171 | 46 | 0 | 47 | 121 | 26 | 37 | 104 | 56 |
| Binary | 11000110 | 1111001 | 100110 | 0 | 100111 | 1010001 | 10110 | 11111 | 1000100 | 101110 |
Color Harmonies of #C67926
Complementary color
Monochromatic Colors of #C67926
Black with #C67926
Text Example
Text Example
White with #C67926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67926; }
p { color: rgb(198,121,38); }
H1.HeaderClassName
{
color: #C67926;
}
.AnyTagClassName
{
color: #C67926;
}
</style>
background-color css
<style>
a { background-color: #C67926; }
a { background-color: rgb(198,121,38); }
div.DivClassName
{
background-color: #C67926;
}
.BgClassName
{
background-color: #C67926;
}
</style>
border-color css
<style>
span { border-color: #C67926; }
span { border-color: rgb(198,121,38); }
td.TdClassName
{
border-color: #C67926;
}
.TagClassName
{
border-color: #C67926;
}
</style>