Shades of Ochre #C67D1B
Tints of Ochre #C67D1B
RGB
CMYK
RGB Variations
Color information
#C67D1B (or 0xC67D1B) is known color: Ochre. HEX triplet: C6, 7D and 1B. RGB value is (198,125,27). Sum of RGB (Red+Green+Blue) = 198+125+27=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67D1B is #3982E4. Grayscale: #888888. Windows color (decimal): -3769061 or 1801670. OLE color: 1801670.
HSL color Cylindrical-coordinate representation of color #C67D1B: hue angle of 34.39º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C67D1B is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 27 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.22 |
| HSL | 34.39º | 0.76% | 0.44% | - |
| HSV(B) | 34.39º | 0.86% | 0.78% | - |
| XYZ | 30.82 | 26.75 | 4.58 | - |
| YUV | 135.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 27 | 0 | 0.37 | 0.86 | 0.22 | 34.39 | 0.76 | 0.44 |
| Hex | C6 | 7D | 1B | 0 | 25 | 56 | 16 | 22 | 4C | 2C |
| Octal | 306 | 175 | 33 | 0 | 45 | 126 | 26 | 42 | 114 | 54 |
| Binary | 11000110 | 1111101 | 11011 | 0 | 100101 | 1010110 | 10110 | 100010 | 1001100 | 101100 |
Color Harmonies of #C67D1B
Complementary color
Monochromatic Colors of #C67D1B
Black with #C67D1B
Text Example
Text Example
White with #C67D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D1B; }
p { color: rgb(198,125,27); }
H1.HeaderClassName
{
color: #C67D1B;
}
.AnyTagClassName
{
color: #C67D1B;
}
</style>
background-color css
<style>
a { background-color: #C67D1B; }
a { background-color: rgb(198,125,27); }
div.DivClassName
{
background-color: #C67D1B;
}
.BgClassName
{
background-color: #C67D1B;
}
</style>
border-color css
<style>
span { border-color: #C67D1B; }
span { border-color: rgb(198,125,27); }
td.TdClassName
{
border-color: #C67D1B;
}
.TagClassName
{
border-color: #C67D1B;
}
</style>