Shades of Ochre #C6730D
Tints of Ochre #C6730D
RGB
CMYK
RGB Variations
Color information
#C6730D (or 0xC6730D) is known color: Ochre. HEX triplet: C6, 73 and 0D. RGB value is (198,115,13). Sum of RGB (Red+Green+Blue) = 198+115+13=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6730D is #398CF2. Grayscale: #808080. Windows color (decimal): -3771635 or 881606. OLE color: 881606.
HSL color Cylindrical-coordinate representation of color #C6730D: hue angle of 33.08º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6730D is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 13 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.22 |
| HSL | 33.08º | 0.88% | 0.41% | - |
| HSV(B) | 33.08º | 0.93% | 0.78% | - |
| XYZ | 29.49 | 24.3 | 3.52 | - |
| YUV | 128.19 | 63 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 13 | 0 | 0.42 | 0.93 | 0.22 | 33.08 | 0.88 | 0.41 |
| Hex | C6 | 73 | D | 0 | 2A | 5D | 16 | 21 | 58 | 29 |
| Octal | 306 | 163 | 15 | 0 | 52 | 135 | 26 | 41 | 130 | 51 |
| Binary | 11000110 | 1110011 | 1101 | 0 | 101010 | 1011101 | 10110 | 100001 | 1011000 | 101001 |
Color Harmonies of #C6730D
Complementary color
Monochromatic Colors of #C6730D
Black with #C6730D
Text Example
Text Example
White with #C6730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6730D; }
p { color: rgb(198,115,13); }
H1.HeaderClassName
{
color: #C6730D;
}
.AnyTagClassName
{
color: #C6730D;
}
</style>
background-color css
<style>
a { background-color: #C6730D; }
a { background-color: rgb(198,115,13); }
div.DivClassName
{
background-color: #C6730D;
}
.BgClassName
{
background-color: #C6730D;
}
</style>
border-color css
<style>
span { border-color: #C6730D; }
span { border-color: rgb(198,115,13); }
td.TdClassName
{
border-color: #C6730D;
}
.TagClassName
{
border-color: #C6730D;
}
</style>