Shades of Ochre #C6762B
Tints of Ochre #C6762B
RGB
CMYK
RGB Variations
Color information
#C6762B (or 0xC6762B) is known color: Ochre. HEX triplet: C6, 76 and 2B. RGB value is (198,118,43). Sum of RGB (Red+Green+Blue) = 198+118+43=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6762B is #3989D4. Grayscale: #858585. Windows color (decimal): -3770837 or 2848454. OLE color: 2848454.
HSL color Cylindrical-coordinate representation of color #C6762B: hue angle of 29.03º 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 #C6762B is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 43 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.22 |
| HSL | 29.03º | 0.64% | 0.47% | - |
| HSV(B) | 29.03º | 0.78% | 0.78% | - |
| XYZ | 30.2 | 25.14 | 5.55 | - |
| YUV | 133.37 | 77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 43 | 0 | 0.40 | 0.78 | 0.22 | 29.03 | 0.64 | 0.47 |
| Hex | C6 | 76 | 2B | 0 | 28 | 4E | 16 | 1D | 40 | 2F |
| Octal | 306 | 166 | 53 | 0 | 50 | 116 | 26 | 35 | 100 | 57 |
| Binary | 11000110 | 1110110 | 101011 | 0 | 101000 | 1001110 | 10110 | 11101 | 1000000 | 101111 |
Color Harmonies of #C6762B
Complementary color
Monochromatic Colors of #C6762B
Black with #C6762B
Text Example
Text Example
White with #C6762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6762B; }
p { color: rgb(198,118,43); }
H1.HeaderClassName
{
color: #C6762B;
}
.AnyTagClassName
{
color: #C6762B;
}
</style>
background-color css
<style>
a { background-color: #C6762B; }
a { background-color: rgb(198,118,43); }
div.DivClassName
{
background-color: #C6762B;
}
.BgClassName
{
background-color: #C6762B;
}
</style>
border-color css
<style>
span { border-color: #C6762B; }
span { border-color: rgb(198,118,43); }
td.TdClassName
{
border-color: #C6762B;
}
.TagClassName
{
border-color: #C6762B;
}
</style>