Shades of Ochre #D6751D
Tints of Ochre #D6751D
RGB
CMYK
RGB Variations
Color information
#D6751D (or 0xD6751D) is known color: Ochre. HEX triplet: D6, 75 and 1D. RGB value is (214,117,29). Sum of RGB (Red+Green+Blue) = 214+117+29=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6751D is #298AE2. Grayscale: #888888. Windows color (decimal): -2722531 or 1930710. OLE color: 1930710.
HSL color Cylindrical-coordinate representation of color #D6751D: hue angle of 28.54º 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 #D6751D is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 29 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.16 |
| HSL | 28.54º | 0.76% | 0.48% | - |
| HSV(B) | 28.54º | 0.86% | 0.84% | - |
| XYZ | 34.31 | 27.11 | 4.59 | - |
| YUV | 135.97 | 67.64 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 29 | 0 | 0.45 | 0.86 | 0.16 | 28.54 | 0.76 | 0.48 |
| Hex | D6 | 75 | 1D | 0 | 2D | 56 | 10 | 1D | 4C | 30 |
| Octal | 326 | 165 | 35 | 0 | 55 | 126 | 20 | 35 | 114 | 60 |
| Binary | 11010110 | 1110101 | 11101 | 0 | 101101 | 1010110 | 10000 | 11101 | 1001100 | 110000 |
Color Harmonies of #D6751D
Complementary color
Monochromatic Colors of #D6751D
Black with #D6751D
Text Example
Text Example
White with #D6751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6751D; }
p { color: rgb(214,117,29); }
H1.HeaderClassName
{
color: #D6751D;
}
.AnyTagClassName
{
color: #D6751D;
}
</style>
background-color css
<style>
a { background-color: #D6751D; }
a { background-color: rgb(214,117,29); }
div.DivClassName
{
background-color: #D6751D;
}
.BgClassName
{
background-color: #D6751D;
}
</style>
border-color css
<style>
span { border-color: #D6751D; }
span { border-color: rgb(214,117,29); }
td.TdClassName
{
border-color: #D6751D;
}
.TagClassName
{
border-color: #D6751D;
}
</style>