Shades of Ochre #C67713
Tints of Ochre #C67713
RGB
CMYK
RGB Variations
Color information
#C67713 (or 0xC67713) is known color: Ochre. HEX triplet: C6, 77 and 13. RGB value is (198,119,19). Sum of RGB (Red+Green+Blue) = 198+119+19=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C67713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67713 is #3988EC. Grayscale: #838383. Windows color (decimal): -3770605 or 1275846. OLE color: 1275846.
HSL color Cylindrical-coordinate representation of color #C67713: hue angle of 33.52º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C67713 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 19 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.22 |
| HSL | 33.52º | 0.82% | 0.43% | - |
| HSV(B) | 33.52º | 0.9% | 0.78% | - |
| XYZ | 30 | 25.25 | 3.91 | - |
| YUV | 131.22 | 64.67 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 19 | 0 | 0.40 | 0.90 | 0.22 | 33.52 | 0.82 | 0.43 |
| Hex | C6 | 77 | 13 | 0 | 28 | 5A | 16 | 22 | 52 | 2B |
| Octal | 306 | 167 | 23 | 0 | 50 | 132 | 26 | 42 | 122 | 53 |
| Binary | 11000110 | 1110111 | 10011 | 0 | 101000 | 1011010 | 10110 | 100010 | 1010010 | 101011 |
Color Harmonies of #C67713
Complementary color
Monochromatic Colors of #C67713
Black with #C67713
Text Example
Text Example
White with #C67713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67713; }
p { color: rgb(198,119,19); }
H1.HeaderClassName
{
color: #C67713;
}
.AnyTagClassName
{
color: #C67713;
}
</style>
background-color css
<style>
a { background-color: #C67713; }
a { background-color: rgb(198,119,19); }
div.DivClassName
{
background-color: #C67713;
}
.BgClassName
{
background-color: #C67713;
}
</style>
border-color css
<style>
span { border-color: #C67713; }
span { border-color: rgb(198,119,19); }
td.TdClassName
{
border-color: #C67713;
}
.TagClassName
{
border-color: #C67713;
}
</style>