Shades of Ochre #C6731A
Tints of Ochre #C6731A
RGB
CMYK
RGB Variations
Color information
#C6731A (or 0xC6731A) is known color: Ochre. HEX triplet: C6, 73 and 1A. RGB value is (198,115,26). Sum of RGB (Red+Green+Blue) = 198+115+26=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6731A is #398CE5. Grayscale: #828282. Windows color (decimal): -3771622 or 1733574. OLE color: 1733574.
HSL color Cylindrical-coordinate representation of color #C6731A: hue angle of 31.05º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6731A is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 26 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.22 |
| HSL | 31.05º | 0.77% | 0.44% | - |
| HSV(B) | 31.05º | 0.87% | 0.78% | - |
| XYZ | 29.61 | 24.34 | 4.12 | - |
| YUV | 129.67 | 69.5 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 26 | 0 | 0.42 | 0.87 | 0.22 | 31.05 | 0.77 | 0.44 |
| Hex | C6 | 73 | 1A | 0 | 2A | 57 | 16 | 1F | 4D | 2C |
| Octal | 306 | 163 | 32 | 0 | 52 | 127 | 26 | 37 | 115 | 54 |
| Binary | 11000110 | 1110011 | 11010 | 0 | 101010 | 1010111 | 10110 | 11111 | 1001101 | 101100 |
Color Harmonies of #C6731A
Complementary color
Monochromatic Colors of #C6731A
Black with #C6731A
Text Example
Text Example
White with #C6731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6731A; }
p { color: rgb(198,115,26); }
H1.HeaderClassName
{
color: #C6731A;
}
.AnyTagClassName
{
color: #C6731A;
}
</style>
background-color css
<style>
a { background-color: #C6731A; }
a { background-color: rgb(198,115,26); }
div.DivClassName
{
background-color: #C6731A;
}
.BgClassName
{
background-color: #C6731A;
}
</style>
border-color css
<style>
span { border-color: #C6731A; }
span { border-color: rgb(198,115,26); }
td.TdClassName
{
border-color: #C6731A;
}
.TagClassName
{
border-color: #C6731A;
}
</style>