Shades of Ochre #C67525
Tints of Ochre #C67525
RGB
CMYK
RGB Variations
Color information
#C67525 (or 0xC67525) is known color: Ochre. HEX triplet: C6, 75 and 25. RGB value is (198,117,37). Sum of RGB (Red+Green+Blue) = 198+117+37=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C67525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67525 is #398ADA. Grayscale: #848484. Windows color (decimal): -3771099 or 2454982. OLE color: 2454982.
HSL color Cylindrical-coordinate representation of color #C67525: hue angle of 29.81º 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 #C67525 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 37 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.22 |
| HSL | 29.81º | 0.69% | 0.46% | - |
| HSV(B) | 29.81º | 0.81% | 0.78% | - |
| XYZ | 29.98 | 24.86 | 4.97 | - |
| YUV | 132.1 | 74.34 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 37 | 0 | 0.41 | 0.81 | 0.22 | 29.81 | 0.69 | 0.46 |
| Hex | C6 | 75 | 25 | 0 | 29 | 51 | 16 | 1E | 45 | 2E |
| Octal | 306 | 165 | 45 | 0 | 51 | 121 | 26 | 36 | 105 | 56 |
| Binary | 11000110 | 1110101 | 100101 | 0 | 101001 | 1010001 | 10110 | 11110 | 1000101 | 101110 |
Color Harmonies of #C67525
Complementary color
Monochromatic Colors of #C67525
Black with #C67525
Text Example
Text Example
White with #C67525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67525; }
p { color: rgb(198,117,37); }
H1.HeaderClassName
{
color: #C67525;
}
.AnyTagClassName
{
color: #C67525;
}
</style>
background-color css
<style>
a { background-color: #C67525; }
a { background-color: rgb(198,117,37); }
div.DivClassName
{
background-color: #C67525;
}
.BgClassName
{
background-color: #C67525;
}
</style>
border-color css
<style>
span { border-color: #C67525; }
span { border-color: rgb(198,117,37); }
td.TdClassName
{
border-color: #C67525;
}
.TagClassName
{
border-color: #C67525;
}
</style>