Shades of Ochre #D6741D
Tints of Ochre #D6741D
RGB
CMYK
RGB Variations
Color information
#D6741D (or 0xD6741D) is known color: Ochre. HEX triplet: D6, 74 and 1D. RGB value is (214,116,29). Sum of RGB (Red+Green+Blue) = 214+116+29=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6741D is #298BE2. Grayscale: #878787. Windows color (decimal): -2722787 or 1930454. OLE color: 1930454.
HSL color Cylindrical-coordinate representation of color #D6741D: hue angle of 28.22º degrees, saturation: 0.76, 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 #D6741D is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 29 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.16 |
| HSL | 28.22º | 0.76% | 0.48% | - |
| HSV(B) | 28.22º | 0.86% | 0.84% | - |
| XYZ | 34.2 | 26.88 | 4.55 | - |
| YUV | 135.38 | 67.97 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 29 | 0 | 0.46 | 0.86 | 0.16 | 28.22 | 0.76 | 0.48 |
| Hex | D6 | 74 | 1D | 0 | 2E | 56 | 10 | 1C | 4C | 30 |
| Octal | 326 | 164 | 35 | 0 | 56 | 126 | 20 | 34 | 114 | 60 |
| Binary | 11010110 | 1110100 | 11101 | 0 | 101110 | 1010110 | 10000 | 11100 | 1001100 | 110000 |
Color Harmonies of #D6741D
Complementary color
Monochromatic Colors of #D6741D
Black with #D6741D
Text Example
Text Example
White with #D6741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6741D; }
p { color: rgb(214,116,29); }
H1.HeaderClassName
{
color: #D6741D;
}
.AnyTagClassName
{
color: #D6741D;
}
</style>
background-color css
<style>
a { background-color: #D6741D; }
a { background-color: rgb(214,116,29); }
div.DivClassName
{
background-color: #D6741D;
}
.BgClassName
{
background-color: #D6741D;
}
</style>
border-color css
<style>
span { border-color: #D6741D; }
span { border-color: rgb(214,116,29); }
td.TdClassName
{
border-color: #D6741D;
}
.TagClassName
{
border-color: #D6741D;
}
</style>