Shades of Ochre #C67823
Tints of Ochre #C67823
RGB
CMYK
RGB Variations
Color information
#C67823 (or 0xC67823) is known color: Ochre. HEX triplet: C6, 78 and 23. RGB value is (198,120,35). Sum of RGB (Red+Green+Blue) = 198+120+35=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C67823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67823 is #3987DC. Grayscale: #868686. Windows color (decimal): -3770333 or 2324678. OLE color: 2324678.
HSL color Cylindrical-coordinate representation of color #C67823: hue angle of 31.29º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C67823 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 35 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.22 |
| HSL | 31.29º | 0.7% | 0.46% | - |
| HSV(B) | 31.29º | 0.82% | 0.78% | - |
| XYZ | 30.31 | 25.56 | 4.93 | - |
| YUV | 133.63 | 72.34 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 35 | 0 | 0.39 | 0.82 | 0.22 | 31.29 | 0.7 | 0.46 |
| Hex | C6 | 78 | 23 | 0 | 27 | 52 | 16 | 1F | 46 | 2E |
| Octal | 306 | 170 | 43 | 0 | 47 | 122 | 26 | 37 | 106 | 56 |
| Binary | 11000110 | 1111000 | 100011 | 0 | 100111 | 1010010 | 10110 | 11111 | 1000110 | 101110 |
Color Harmonies of #C67823
Complementary color
Monochromatic Colors of #C67823
Black with #C67823
Text Example
Text Example
White with #C67823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67823; }
p { color: rgb(198,120,35); }
H1.HeaderClassName
{
color: #C67823;
}
.AnyTagClassName
{
color: #C67823;
}
</style>
background-color css
<style>
a { background-color: #C67823; }
a { background-color: rgb(198,120,35); }
div.DivClassName
{
background-color: #C67823;
}
.BgClassName
{
background-color: #C67823;
}
</style>
border-color css
<style>
span { border-color: #C67823; }
span { border-color: rgb(198,120,35); }
td.TdClassName
{
border-color: #C67823;
}
.TagClassName
{
border-color: #C67823;
}
</style>