Shades of Ochre #C67623
Tints of Ochre #C67623
RGB
CMYK
RGB Variations
Color information
#C67623 (or 0xC67623) is known color: Ochre. HEX triplet: C6, 76 and 23. RGB value is (198,118,35). Sum of RGB (Red+Green+Blue) = 198+118+35=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C67623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67623 is #3989DC. Grayscale: #848484. Windows color (decimal): -3770845 or 2324166. OLE color: 2324166.
HSL color Cylindrical-coordinate representation of color #C67623: hue angle of 30.55º 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 #C67623 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 35 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.22 |
| HSL | 30.55º | 0.7% | 0.46% | - |
| HSV(B) | 30.55º | 0.82% | 0.78% | - |
| XYZ | 30.07 | 25.08 | 4.85 | - |
| YUV | 132.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 35 | 0 | 0.40 | 0.82 | 0.22 | 30.55 | 0.7 | 0.46 |
| Hex | C6 | 76 | 23 | 0 | 28 | 52 | 16 | 1F | 46 | 2E |
| Octal | 306 | 166 | 43 | 0 | 50 | 122 | 26 | 37 | 106 | 56 |
| Binary | 11000110 | 1110110 | 100011 | 0 | 101000 | 1010010 | 10110 | 11111 | 1000110 | 101110 |
Color Harmonies of #C67623
Complementary color
Monochromatic Colors of #C67623
Black with #C67623
Text Example
Text Example
White with #C67623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67623; }
p { color: rgb(198,118,35); }
H1.HeaderClassName
{
color: #C67623;
}
.AnyTagClassName
{
color: #C67623;
}
</style>
background-color css
<style>
a { background-color: #C67623; }
a { background-color: rgb(198,118,35); }
div.DivClassName
{
background-color: #C67623;
}
.BgClassName
{
background-color: #C67623;
}
</style>
border-color css
<style>
span { border-color: #C67623; }
span { border-color: rgb(198,118,35); }
td.TdClassName
{
border-color: #C67623;
}
.TagClassName
{
border-color: #C67623;
}
</style>