Shades of Ochre #D6761C
Tints of Ochre #D6761C
RGB
CMYK
RGB Variations
Color information
#D6761C (or 0xD6761C) is known color: Ochre. HEX triplet: D6, 76 and 1C. RGB value is (214,118,28). Sum of RGB (Red+Green+Blue) = 214+118+28=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6761C is #2989E3. Grayscale: #888888. Windows color (decimal): -2722276 or 1865430. OLE color: 1865430.
HSL color Cylindrical-coordinate representation of color #D6761C: hue angle of 29.03º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6761C is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 28 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.16 |
| HSL | 29.03º | 0.77% | 0.47% | - |
| HSV(B) | 29.03º | 0.87% | 0.84% | - |
| XYZ | 34.42 | 27.34 | 4.56 | - |
| YUV | 136.44 | 66.8 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 28 | 0 | 0.45 | 0.87 | 0.16 | 29.03 | 0.77 | 0.47 |
| Hex | D6 | 76 | 1C | 0 | 2D | 57 | 10 | 1D | 4D | 2F |
| Octal | 326 | 166 | 34 | 0 | 55 | 127 | 20 | 35 | 115 | 57 |
| Binary | 11010110 | 1110110 | 11100 | 0 | 101101 | 1010111 | 10000 | 11101 | 1001101 | 101111 |
Color Harmonies of #D6761C
Complementary color
Monochromatic Colors of #D6761C
Black with #D6761C
Text Example
Text Example
White with #D6761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6761C; }
p { color: rgb(214,118,28); }
H1.HeaderClassName
{
color: #D6761C;
}
.AnyTagClassName
{
color: #D6761C;
}
</style>
background-color css
<style>
a { background-color: #D6761C; }
a { background-color: rgb(214,118,28); }
div.DivClassName
{
background-color: #D6761C;
}
.BgClassName
{
background-color: #D6761C;
}
</style>
border-color css
<style>
span { border-color: #D6761C; }
span { border-color: rgb(214,118,28); }
td.TdClassName
{
border-color: #D6761C;
}
.TagClassName
{
border-color: #D6761C;
}
</style>