Shades of Ochre #C6762C
Tints of Ochre #C6762C
RGB
CMYK
RGB Variations
Color information
#C6762C (or 0xC6762C) is known color: Ochre. HEX triplet: C6, 76 and 2C. RGB value is (198,118,44). Sum of RGB (Red+Green+Blue) = 198+118+44=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6762C is #3989D3. Grayscale: #858585. Windows color (decimal): -3770836 or 2913990. OLE color: 2913990.
HSL color Cylindrical-coordinate representation of color #C6762C: hue angle of 28.83º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6762C is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 44 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.22 |
| HSL | 28.83º | 0.64% | 0.47% | - |
| HSV(B) | 28.83º | 0.78% | 0.78% | - |
| XYZ | 30.22 | 25.14 | 5.64 | - |
| YUV | 133.48 | 77.5 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 44 | 0 | 0.40 | 0.78 | 0.22 | 28.83 | 0.64 | 0.47 |
| Hex | C6 | 76 | 2C | 0 | 28 | 4E | 16 | 1D | 40 | 2F |
| Octal | 306 | 166 | 54 | 0 | 50 | 116 | 26 | 35 | 100 | 57 |
| Binary | 11000110 | 1110110 | 101100 | 0 | 101000 | 1001110 | 10110 | 11101 | 1000000 | 101111 |
Color Harmonies of #C6762C
Complementary color
Monochromatic Colors of #C6762C
Black with #C6762C
Text Example
Text Example
White with #C6762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6762C; }
p { color: rgb(198,118,44); }
H1.HeaderClassName
{
color: #C6762C;
}
.AnyTagClassName
{
color: #C6762C;
}
</style>
background-color css
<style>
a { background-color: #C6762C; }
a { background-color: rgb(198,118,44); }
div.DivClassName
{
background-color: #C6762C;
}
.BgClassName
{
background-color: #C6762C;
}
</style>
border-color css
<style>
span { border-color: #C6762C; }
span { border-color: rgb(198,118,44); }
td.TdClassName
{
border-color: #C6762C;
}
.TagClassName
{
border-color: #C6762C;
}
</style>