Shades of Ochre #C6762A
Tints of Ochre #C6762A
RGB
CMYK
RGB Variations
Color information
#C6762A (or 0xC6762A) is known color: Ochre. HEX triplet: C6, 76 and 2A. RGB value is (198,118,42). Sum of RGB (Red+Green+Blue) = 198+118+42=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6762A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6762A is #3989D5. Grayscale: #858585. Windows color (decimal): -3770838 or 2782918. OLE color: 2782918.
HSL color Cylindrical-coordinate representation of color #C6762A: hue angle of 29.23º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6762A is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 42 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.22 |
| HSL | 29.23º | 0.65% | 0.47% | - |
| HSV(B) | 29.23º | 0.79% | 0.78% | - |
| XYZ | 30.19 | 25.13 | 5.45 | - |
| YUV | 133.26 | 76.5 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 42 | 0 | 0.40 | 0.79 | 0.22 | 29.23 | 0.65 | 0.47 |
| Hex | C6 | 76 | 2A | 0 | 28 | 4F | 16 | 1D | 41 | 2F |
| Octal | 306 | 166 | 52 | 0 | 50 | 117 | 26 | 35 | 101 | 57 |
| Binary | 11000110 | 1110110 | 101010 | 0 | 101000 | 1001111 | 10110 | 11101 | 1000001 | 101111 |
Color Harmonies of #C6762A
Complementary color
Monochromatic Colors of #C6762A
Black with #C6762A
Text Example
Text Example
White with #C6762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6762A; }
p { color: rgb(198,118,42); }
H1.HeaderClassName
{
color: #C6762A;
}
.AnyTagClassName
{
color: #C6762A;
}
</style>
background-color css
<style>
a { background-color: #C6762A; }
a { background-color: rgb(198,118,42); }
div.DivClassName
{
background-color: #C6762A;
}
.BgClassName
{
background-color: #C6762A;
}
</style>
border-color css
<style>
span { border-color: #C6762A; }
span { border-color: rgb(198,118,42); }
td.TdClassName
{
border-color: #C6762A;
}
.TagClassName
{
border-color: #C6762A;
}
</style>