Shades of Ochre #C6730C
Tints of Ochre #C6730C
RGB
CMYK
RGB Variations
Color information
#C6730C (or 0xC6730C) is known color: Ochre. HEX triplet: C6, 73 and 0C. RGB value is (198,115,12). Sum of RGB (Red+Green+Blue) = 198+115+12=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6730C is #398CF3. Grayscale: #808080. Windows color (decimal): -3771636 or 816070. OLE color: 816070.
HSL color Cylindrical-coordinate representation of color #C6730C: hue angle of 33.23º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6730C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 12 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.22 |
| HSL | 33.23º | 0.89% | 0.41% | - |
| HSV(B) | 33.23º | 0.94% | 0.78% | - |
| XYZ | 29.49 | 24.29 | 3.48 | - |
| YUV | 128.08 | 62.5 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 12 | 0 | 0.42 | 0.94 | 0.22 | 33.23 | 0.89 | 0.41 |
| Hex | C6 | 73 | C | 0 | 2A | 5E | 16 | 21 | 59 | 29 |
| Octal | 306 | 163 | 14 | 0 | 52 | 136 | 26 | 41 | 131 | 51 |
| Binary | 11000110 | 1110011 | 1100 | 0 | 101010 | 1011110 | 10110 | 100001 | 1011001 | 101001 |
Color Harmonies of #C6730C
Complementary color
Monochromatic Colors of #C6730C
Black with #C6730C
Text Example
Text Example
White with #C6730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6730C; }
p { color: rgb(198,115,12); }
H1.HeaderClassName
{
color: #C6730C;
}
.AnyTagClassName
{
color: #C6730C;
}
</style>
background-color css
<style>
a { background-color: #C6730C; }
a { background-color: rgb(198,115,12); }
div.DivClassName
{
background-color: #C6730C;
}
.BgClassName
{
background-color: #C6730C;
}
</style>
border-color css
<style>
span { border-color: #C6730C; }
span { border-color: rgb(198,115,12); }
td.TdClassName
{
border-color: #C6730C;
}
.TagClassName
{
border-color: #C6730C;
}
</style>