Shades of Ochre #C67813
Tints of Ochre #C67813
RGB
CMYK
RGB Variations
Color information
#C67813 (or 0xC67813) is known color: Ochre. HEX triplet: C6, 78 and 13. RGB value is (198,120,19). Sum of RGB (Red+Green+Blue) = 198+120+19=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C67813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67813 is #3987EC. Grayscale: #848484. Windows color (decimal): -3770349 or 1276102. OLE color: 1276102.
HSL color Cylindrical-coordinate representation of color #C67813: hue angle of 33.85º 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 #C67813 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 19 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.22 |
| HSL | 33.85º | 0.82% | 0.43% | - |
| HSV(B) | 33.85º | 0.9% | 0.78% | - |
| XYZ | 30.12 | 25.49 | 3.95 | - |
| YUV | 131.81 | 64.34 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 19 | 0 | 0.39 | 0.90 | 0.22 | 33.85 | 0.82 | 0.43 |
| Hex | C6 | 78 | 13 | 0 | 27 | 5A | 16 | 22 | 52 | 2B |
| Octal | 306 | 170 | 23 | 0 | 47 | 132 | 26 | 42 | 122 | 53 |
| Binary | 11000110 | 1111000 | 10011 | 0 | 100111 | 1011010 | 10110 | 100010 | 1010010 | 101011 |
Color Harmonies of #C67813
Complementary color
Monochromatic Colors of #C67813
Black with #C67813
Text Example
Text Example
White with #C67813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67813; }
p { color: rgb(198,120,19); }
H1.HeaderClassName
{
color: #C67813;
}
.AnyTagClassName
{
color: #C67813;
}
</style>
background-color css
<style>
a { background-color: #C67813; }
a { background-color: rgb(198,120,19); }
div.DivClassName
{
background-color: #C67813;
}
.BgClassName
{
background-color: #C67813;
}
</style>
border-color css
<style>
span { border-color: #C67813; }
span { border-color: rgb(198,120,19); }
td.TdClassName
{
border-color: #C67813;
}
.TagClassName
{
border-color: #C67813;
}
</style>