Shades of Ochre #C67B25
Tints of Ochre #C67B25
RGB
CMYK
RGB Variations
Color information
#C67B25 (or 0xC67B25) is known color: Ochre. HEX triplet: C6, 7B and 25. RGB value is (198,123,37). Sum of RGB (Red+Green+Blue) = 198+123+37=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67B25 is #3984DA. Grayscale: #888888. Windows color (decimal): -3769563 or 2456518. OLE color: 2456518.
HSL color Cylindrical-coordinate representation of color #C67B25: hue angle of 32.05º degrees, saturation: 0.69, 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 #C67B25 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 37 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.22 |
| HSL | 32.05º | 0.69% | 0.46% | - |
| HSV(B) | 32.05º | 0.81% | 0.78% | - |
| XYZ | 30.71 | 26.31 | 5.21 | - |
| YUV | 135.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 37 | 0 | 0.38 | 0.81 | 0.22 | 32.05 | 0.69 | 0.46 |
| Hex | C6 | 7B | 25 | 0 | 26 | 51 | 16 | 20 | 45 | 2E |
| Octal | 306 | 173 | 45 | 0 | 46 | 121 | 26 | 40 | 105 | 56 |
| Binary | 11000110 | 1111011 | 100101 | 0 | 100110 | 1010001 | 10110 | 100000 | 1000101 | 101110 |
Color Harmonies of #C67B25
Complementary color
Monochromatic Colors of #C67B25
Black with #C67B25
Text Example
Text Example
White with #C67B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B25; }
p { color: rgb(198,123,37); }
H1.HeaderClassName
{
color: #C67B25;
}
.AnyTagClassName
{
color: #C67B25;
}
</style>
background-color css
<style>
a { background-color: #C67B25; }
a { background-color: rgb(198,123,37); }
div.DivClassName
{
background-color: #C67B25;
}
.BgClassName
{
background-color: #C67B25;
}
</style>
border-color css
<style>
span { border-color: #C67B25; }
span { border-color: rgb(198,123,37); }
td.TdClassName
{
border-color: #C67B25;
}
.TagClassName
{
border-color: #C67B25;
}
</style>