Shades of Ochre #C6770D
Tints of Ochre #C6770D
RGB
CMYK
RGB Variations
Color information
#C6770D (or 0xC6770D) is known color: Ochre. HEX triplet: C6, 77 and 0D. RGB value is (198,119,13). Sum of RGB (Red+Green+Blue) = 198+119+13=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6770D is #3988F2. Grayscale: #838383. Windows color (decimal): -3770611 or 882630. OLE color: 882630.
HSL color Cylindrical-coordinate representation of color #C6770D: hue angle of 34.38º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6770D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 13 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.22 |
| HSL | 34.38º | 0.88% | 0.41% | - |
| HSV(B) | 34.38º | 0.93% | 0.78% | - |
| XYZ | 29.96 | 25.23 | 3.67 | - |
| YUV | 130.54 | 61.67 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 13 | 0 | 0.40 | 0.93 | 0.22 | 34.38 | 0.88 | 0.41 |
| Hex | C6 | 77 | D | 0 | 28 | 5D | 16 | 22 | 58 | 29 |
| Octal | 306 | 167 | 15 | 0 | 50 | 135 | 26 | 42 | 130 | 51 |
| Binary | 11000110 | 1110111 | 1101 | 0 | 101000 | 1011101 | 10110 | 100010 | 1011000 | 101001 |
Color Harmonies of #C6770D
Complementary color
Monochromatic Colors of #C6770D
Black with #C6770D
Text Example
Text Example
White with #C6770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6770D; }
p { color: rgb(198,119,13); }
H1.HeaderClassName
{
color: #C6770D;
}
.AnyTagClassName
{
color: #C6770D;
}
</style>
background-color css
<style>
a { background-color: #C6770D; }
a { background-color: rgb(198,119,13); }
div.DivClassName
{
background-color: #C6770D;
}
.BgClassName
{
background-color: #C6770D;
}
</style>
border-color css
<style>
span { border-color: #C6770D; }
span { border-color: rgb(198,119,13); }
td.TdClassName
{
border-color: #C6770D;
}
.TagClassName
{
border-color: #C6770D;
}
</style>