Shades of Ochre #D6741E
Tints of Ochre #D6741E
RGB
CMYK
RGB Variations
Color information
#D6741E (or 0xD6741E) is known color: Ochre. HEX triplet: D6, 74 and 1E. RGB value is (214,116,30). Sum of RGB (Red+Green+Blue) = 214+116+30=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6741E is #298BE1. Grayscale: #878787. Windows color (decimal): -2722786 or 1995990. OLE color: 1995990.
HSL color Cylindrical-coordinate representation of color #D6741E: hue angle of 28.04º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6741E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 30 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.16 |
| HSL | 28.04º | 0.75% | 0.48% | - |
| HSV(B) | 28.04º | 0.86% | 0.84% | - |
| XYZ | 34.21 | 26.88 | 4.61 | - |
| YUV | 135.5 | 68.47 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 30 | 0 | 0.46 | 0.86 | 0.16 | 28.04 | 0.75 | 0.48 |
| Hex | D6 | 74 | 1E | 0 | 2E | 56 | 10 | 1C | 4B | 30 |
| Octal | 326 | 164 | 36 | 0 | 56 | 126 | 20 | 34 | 113 | 60 |
| Binary | 11010110 | 1110100 | 11110 | 0 | 101110 | 1010110 | 10000 | 11100 | 1001011 | 110000 |
Color Harmonies of #D6741E
Complementary color
Monochromatic Colors of #D6741E
Black with #D6741E
Text Example
Text Example
White with #D6741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6741E; }
p { color: rgb(214,116,30); }
H1.HeaderClassName
{
color: #D6741E;
}
.AnyTagClassName
{
color: #D6741E;
}
</style>
background-color css
<style>
a { background-color: #D6741E; }
a { background-color: rgb(214,116,30); }
div.DivClassName
{
background-color: #D6741E;
}
.BgClassName
{
background-color: #D6741E;
}
</style>
border-color css
<style>
span { border-color: #D6741E; }
span { border-color: rgb(214,116,30); }
td.TdClassName
{
border-color: #D6741E;
}
.TagClassName
{
border-color: #D6741E;
}
</style>