Shades of Ochre #C6730A
Tints of Ochre #C6730A
RGB
CMYK
RGB Variations
Color information
#C6730A (or 0xC6730A) is known color: Ochre. HEX triplet: C6, 73 and 0A. RGB value is (198,115,10). Sum of RGB (Red+Green+Blue) = 198+115+10=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6730A is #398CF5. Grayscale: #808080. Windows color (decimal): -3771638 or 684998. OLE color: 684998.
HSL color Cylindrical-coordinate representation of color #C6730A: hue angle of 33.51º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6730A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.22 |
| HSL | 33.51º | 0.9% | 0.41% | - |
| HSV(B) | 33.51º | 0.95% | 0.78% | - |
| XYZ | 29.47 | 24.29 | 3.42 | - |
| YUV | 127.85 | 61.5 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 10 | 0 | 0.42 | 0.95 | 0.22 | 33.51 | 0.9 | 0.41 |
| Hex | C6 | 73 | A | 0 | 2A | 5F | 16 | 22 | 5A | 29 |
| Octal | 306 | 163 | 12 | 0 | 52 | 137 | 26 | 42 | 132 | 51 |
| Binary | 11000110 | 1110011 | 1010 | 0 | 101010 | 1011111 | 10110 | 100010 | 1011010 | 101001 |
Color Harmonies of #C6730A
Complementary color
Monochromatic Colors of #C6730A
Black with #C6730A
Text Example
Text Example
White with #C6730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6730A; }
p { color: rgb(198,115,10); }
H1.HeaderClassName
{
color: #C6730A;
}
.AnyTagClassName
{
color: #C6730A;
}
</style>
background-color css
<style>
a { background-color: #C6730A; }
a { background-color: rgb(198,115,10); }
div.DivClassName
{
background-color: #C6730A;
}
.BgClassName
{
background-color: #C6730A;
}
</style>
border-color css
<style>
span { border-color: #C6730A; }
span { border-color: rgb(198,115,10); }
td.TdClassName
{
border-color: #C6730A;
}
.TagClassName
{
border-color: #C6730A;
}
</style>